Skip to content

Commit 29834ff

Browse files
committed
Updated library to version 0.1.2.
1 parent a8cf886 commit 29834ff

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.1.1'
64+
compile 'com.greysonparrelli.permiso:permiso:0.1.2'
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.1.1'
16+
libraryVersion = '0.1.2'
1717

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

0 commit comments

Comments
 (0)