Skip to content

Commit

Permalink
Updated library to version 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
greysonp committed Dec 1, 2015
1 parent a8cf886 commit 29834ff
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 @@ -61,7 +61,7 @@ Gradle
------
```java
dependencies {
compile 'com.greysonparrelli.permiso:permiso:0.1.1'
compile 'com.greysonparrelli.permiso:permiso:0.1.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion permiso/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/greysonp/permiso'
gitUrl = 'https://github.com/greysonp/permiso.git'

libraryVersion = '0.1.1'
libraryVersion = '0.1.2'

developerId = 'greysonp'
developerName = 'Greyson Parrelli'
Expand Down

0 comments on commit 29834ff

Please sign in to comment.