diff options
author | iNPUTmice <daniel@gultsch.de> | 2015-03-19 19:40:42 +0100 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2015-03-19 19:40:42 +0100 |
commit | 5793fb680f1d318b6f5fdb3962ab1c884a9259ce (patch) | |
tree | 14f4ffa1f20480b37890ee677f841d124c065d02 | |
parent | 442ae12ee5f979043e9ad248cdca0f2890b39654 (diff) |
version bump to 1.2.0-beta1.2.0-beta
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | build.gradle | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a49e47..dc62ffde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ###Changelog ####Version 1.2.0 -* Send current location (requires plugin) +* Send current location (requires [plugin]https://play.google.com/store/apps/details?id=eu.siacs.conversations.sharelocation()) +* Invite multiple contacts at once +* performance improvements * bug fixes ####Version 1.1.0 diff --git a/build.gradle b/build.gradle index 2c23aad6..7feadf23 100644 --- a/build.gradle +++ b/build.gradle @@ -43,8 +43,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 21 - versionCode 53 - versionName "1.1.0" + versionCode 54 + versionName "1.2.0-beta" } compileOptions { |