diff --git a/README.md b/README.md index 049e205f..6938c478 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ Include the library in your ``build.gradle`` ```groovy dependencies{ - compile 'com.karumi:dexter:3.0.0' + compile 'com.karumi:dexter:3.0.1' } ``` @@ -219,7 +219,7 @@ or to your ``pom.xml`` if you are using Maven com.karumi dexter - 3.0.0 + 3.0.1 aar diff --git a/gradle.properties b/gradle.properties index 450793be..24d7dece 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,8 +2,8 @@ POM_NAME=Dexter POM_ARTIFACT_ID=dexter POM_PACKAGING=aar -VERSION_NAME=3.0.0 -VERSION_CODE=300000 +VERSION_NAME=3.0.1 +VERSION_CODE=300001 GROUP=com.karumi POM_DESCRIPTION=Dexter is an Android library to handle runtime permissions for Marshmallow easily