Bumped version to 0.5.1
This commit is contained in:
parent
e9da8cd1f5
commit
68cb2253d9
2 changed files with 3 additions and 3 deletions
|
@ -40,8 +40,8 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "com.nutomic.ensichat"
|
||||
targetSdkVersion 23
|
||||
versionCode 15
|
||||
versionName "0.5.0"
|
||||
versionCode 16
|
||||
versionName "0.5.1"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ dependencies {
|
|||
}
|
||||
|
||||
mainClassName = 'com.nutomic.ensichat.server.Main'
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
applicationName = 'ensichat-server'
|
||||
|
||||
jar {
|
||||
|
|
Reference in a new issue