Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaofei-it committed Jul 1, 2016
1 parent b5fc233 commit c2f723f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hermes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/Xiaofei-it/Hermes'
gitUrl = 'https://github.com/Xiaofei-it/Hermes.git'

libraryVersion = '0.5.2-alpha2'
libraryVersion = '0.6.0'

developerId = 'Xiaofei-it'
developerName = 'Eric Zhao'
Expand All @@ -32,8 +32,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 3
versionName "0.5.2-alpha2"
versionCode 5
versionName "0.6.0"
}
buildTypes {
release {
Expand Down

0 comments on commit c2f723f

Please sign in to comment.