Skip to content

Commit 0818d09

Browse files
committed
Updated library to version 0.3.
1 parent 10085c4 commit 0818d09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Gradle
6161
------
6262
```java
6363
dependencies {
64-
compile 'com.greysonparrelli.permiso:permiso:0.2.0'
64+
compile 'com.greysonparrelli.permiso:permiso:0.3.0'
6565
}
6666
```
6767

permiso/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/greysonp/permiso'
1414
gitUrl = 'https://github.com/greysonp/permiso.git'
1515

16-
libraryVersion = '0.2.0'
16+
libraryVersion = '0.3.0'
1717

1818
developerId = 'greysonp'
1919
developerName = 'Greyson Parrelli'

0 commit comments

Comments
 (0)