diff --git a/README.md b/README.md index 5ddf8884..73b5e505 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ allprojects { And add a dependency code to your **module**'s `build.gradle` file. ```gradle dependencies { - implementation "com.github.skydoves:balloon:1.3.5" + implementation "com.github.skydoves:balloon:1.3.6" } ``` ## SNAPSHOT diff --git a/gradle.properties b/gradle.properties index a70161e0..b6001019 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.3.6-SNAPSHOT +VERSION_NAME=1.3.6 POM_ARTIFACT_ID=balloon POM_NAME=balloon