Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Commit

Permalink
Bumped version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed May 29, 2016
1 parent d97986a commit 09ef3b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
defaultConfig {
applicationId "com.nutomic.ensichat"
targetSdkVersion 23
versionCode 12
versionName "0.2.3"
versionCode 13
versionName "0.3.0"
multiDexEnabled true
testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
}
Expand Down
1 change: 0 additions & 1 deletion integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ dependencies {
}

mainClassName = 'com.nutomic.ensichat.integration.Main'
version = "0.2.3"
applicationName = 'ensichat-server'
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
}

mainClassName = 'com.nutomic.ensichat.server.Main'
version = "0.2.3"
version = "0.3.0"
applicationName = 'ensichat-server'

run {
Expand Down

0 comments on commit 09ef3b3

Please sign in to comment.