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.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Feb 11, 2016
1 parent 2c2bc19 commit 6a8a797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
defaultConfig {
applicationId "com.nutomic.ensichat"
targetSdkVersion 23
versionCode 10
versionName "0.2.1"
versionCode 11
versionName "0.2.2"
multiDexEnabled true
testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
}

mainClassName = 'com.nutomic.ensichat.server.Main'
version = "0.2.1"
version = "0.2.2"
applicationName = 'ensichat-server'

run {
Expand Down

0 comments on commit 6a8a797

Please sign in to comment.