We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10085c4 commit 0818d09Copy full SHA for 0818d09
README.md
@@ -61,7 +61,7 @@ Gradle
61
------
62
```java
63
dependencies {
64
- compile 'com.greysonparrelli.permiso:permiso:0.2.0'
+ compile 'com.greysonparrelli.permiso:permiso:0.3.0'
65
}
66
```
67
permiso/build.gradle
@@ -13,7 +13,7 @@ ext {
13
siteUrl = 'https://github.com/greysonp/permiso'
14
gitUrl = 'https://github.com/greysonp/permiso.git'
15
16
- libraryVersion = '0.2.0'
+ libraryVersion = '0.3.0'
17
18
developerId = 'greysonp'
19
developerName = 'Greyson Parrelli'
0 commit comments