Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
grivos committed Aug 23, 2019
1 parent aa0a46f commit 00df312
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
@@ -31,7 +31,7 @@ Spanomatic uses the [ViewPump](https://github.com/InflationX/ViewPump) library,
Add these dependencies to your app module's build.gradle file:
```groovy
dependencies {
implementation 'com.grivos.spanomatic:spanomatic:1.0.0'
implementation 'com.grivos.spanomatic:spanomatic:1.0.1'
implementation 'io.github.inflationx:viewpump:1.0.0'
}
```
2 changes: 1 addition & 1 deletion spanomatic/publish.gradle
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ ext {
siteUrl = 'https://github.com/grivos/Spanomatic'
gitUrl = 'https://github.com/grivos/Spanomatic.git'

libraryVersion = '1.0.0'
libraryVersion = '1.0.1'

developerId = 'grivos'
developerName = 'Guy Griv'

0 comments on commit 00df312

Please sign in to comment.