diff --git a/README.md b/README.md index dd2293c..901efcb 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ allprojects { And add a dependency code to your **module**'s `build.gradle` file. ```gradle dependencies { - implementation "com.github.skydoves:bindables:1.0.5" + implementation "com.github.skydoves:bindables:1.0.6" } ``` diff --git a/gradle.properties b/gradle.properties index acf1ae2..105e86e 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.6-SNAPSHOT +VERSION_NAME=1.0.6 POM_ARTIFACT_ID=bindables POM_NAME=bindables