Bumped version to 0.4.0

This commit is contained in:
Felix Ableitner 2016-07-17 18:09:36 +02:00
parent 6bebfcf3cf
commit 64fae3df99
2 changed files with 3 additions and 3 deletions

View file

@ -40,8 +40,8 @@ android {
defaultConfig {
applicationId "com.nutomic.ensichat"
targetSdkVersion 23
versionCode 13
versionName "0.3.0"
versionCode 14
versionName "0.4.0"
multiDexEnabled true
testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
}

View file

@ -9,7 +9,7 @@ dependencies {
}
mainClassName = 'com.nutomic.ensichat.server.Main'
version = "0.3.0"
version = "0.4.0"
applicationName = 'ensichat-server'
run {