version bump to 1.2.0-beta
This commit is contained in:
parent
442ae12ee5
commit
5793fb680f
|
@ -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
|
||||
|
|
|
@ -43,8 +43,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 21
|
||||
versionCode 53
|
||||
versionName "1.1.0"
|
||||
versionCode 54
|
||||
versionName "1.2.0-beta"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
Loading…
Reference in a new issue