Skip to content

Commit

Permalink
Changed Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashik94vc committed Aug 20, 2016
1 parent 7aba998 commit 3668949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/ashik94vc/ElegantNumberButton'
gitUrl = 'https://github.com/ashik94vc/ElegantNumberButton.git'

libraryVersion = '1.0.0'
libraryVersion = '1.0.1'

developerId = 'ashik94vc'
developerName = 'Ashik Vetrivelu'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 24
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 3668949

Please sign in to comment.