diff --git a/README.md b/README.md index 8cfa352..9e24404 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ EasyPermissions is installed by adding the following dependency to your `build.g ```groovy dependencies { -    implementation 'pub.devrel:easypermissions:2.0.0' +    implementation 'pub.devrel:easypermissions:2.0.1' } ``` diff --git a/build.gradle b/build.gradle index e8c967d..514a891 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ ext { mavenGroup = 'pub.devrel' mavenArtifactId = 'easypermissions' - mavenVersion = '2.0.1-SNAPSHOT' + mavenVersion = '2.0.1' bintrayOrg = 'easygoogle'