version bump to 1.2.0-beta

This commit is contained in:
iNPUTmice 2015-03-19 19:40:42 +01:00
parent 442ae12ee5
commit 5793fb680f
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -43,8 +43,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 53
versionName "1.1.0"
versionCode 54
versionName "1.2.0-beta"
}
compileOptions {