Skip to content

Commit

Permalink
Bump build number to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EKami committed Aug 16, 2016
1 parent 3c6ce08 commit 7c63b34
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.4)
with the help of [jitpack](https://jitpack.io/private#heetch/Android-country-picker/1.0.5)

## 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 104
versionName "1.0.4"
versionCode 105
versionName "1.0.5"
}
buildTypes {
release {
Expand Down

0 comments on commit 7c63b34

Please sign in to comment.