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