Skip to content

Commit

Permalink
Updated library to version 0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
greysonp committed Aug 10, 2016
1 parent 10085c4 commit 0818d09
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.2.0'
compile 'com.greysonparrelli.permiso:permiso:0.3.0'
}
```

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.2.0'
libraryVersion = '0.3.0'

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

0 comments on commit 0818d09

Please sign in to comment.