diff --git a/Readme.md b/Readme.md index 9229d4d..35e05eb 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,7 @@ See the example to see more detail. ## How to install You can install this dependency by downloading the source code or directly via gradle -with the help of [jitpack](https://jitpack.io/private#heetch/Android-country-picker/1.0.5) +with the help of [jitpack](https://jitpack.io/private#heetch/Android-country-picker/1.0.6) ## How to use diff --git a/build.gradle b/build.gradle index 8e574eb..5fdca31 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ android { defaultConfig { minSdkVersion 10 targetSdkVersion 22 - versionCode 105 - versionName "1.0.5" + versionCode 106 + versionName "1.0.6" } buildTypes { release {