Skip to content

Commit

Permalink
Bump build number to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
agonist committed Oct 2, 2016
1 parent 1c770b5 commit 27a1f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 22
versionCode 105
versionName "1.0.5"
versionCode 106
versionName "1.0.6"
}
buildTypes {
release {
Expand Down

0 comments on commit 27a1f38

Please sign in to comment.