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.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Sep 23, 2016
1 parent e9da8cd commit 68cb225
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 @@ -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"
}
Expand Down
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.5.0"
version = "0.5.1"
applicationName = 'ensichat-server'

jar {
Expand Down

0 comments on commit 68cb225

Please sign in to comment.