diff --git a/README.md b/README.md index 4c871b1..83bcf5d 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/spanomatic/publish.gradle b/spanomatic/publish.gradle index d4f8556..609e4de 100644 --- a/spanomatic/publish.gradle +++ b/spanomatic/publish.gradle @@ -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'