diff --git a/countrypicker/build.gradle b/countrypicker/build.gradle index d4a2db0..cf4c7ae 100644 --- a/countrypicker/build.gradle +++ b/countrypicker/build.gradle @@ -5,7 +5,7 @@ plugins { ext { PUBLISH_GROUP_ID = 'com.canopas.jetcountrypicker' - PUBLISH_VERSION = '1.0.9' + PUBLISH_VERSION = '1.1.0' PUBLISH_ARTIFACT_ID = 'jetcountrypicker' } apply from: "${rootDir}/scripts/publish-module.gradle"