diff --git a/README.md b/README.md index c7e5f1a..28e3da6 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ allprojects { And add a dependency code to your **module**'s `build.gradle` file. ```gradle dependencies { - implementation "com.github.skydoves:bindables:1.0.7" + implementation "com.github.skydoves:bindables:1.0.8" } ``` diff --git a/gradle.properties b/gradle.properties index 6eaa54d..f334445 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000 GROUP=com.github.skydoves POM_PACKAGING=aar -VERSION_NAME=1.0.8-SNAPSHOT +VERSION_NAME=1.0.9-SNAPSHOT POM_ARTIFACT_ID=bindables POM_NAME=bindables