Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
Change-Id: Ib48617554a73312e92d28a26d509dfb26afc1bf7
  • Loading branch information
samtstern committed Jan 15, 2019
1 parent a88d501 commit 62ee80e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {

mavenGroup = 'pub.devrel'
mavenArtifactId = 'easypermissions'
mavenVersion = '2.0.1-SNAPSHOT'
mavenVersion = '2.0.1'

bintrayOrg = 'easygoogle'

Expand Down

0 comments on commit 62ee80e

Please sign in to comment.