version bump to 1.12.0-beta + changelog (untagged/unreleased)

This commit is contained in:
Daniel Gultsch 2017-08-03 14:21:48 +02:00
parent 014643b9c4
commit 5cee46cda5
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
### Version 1.20.0
* presence subscription no longer required for OMEMO on compatible servers
* display emoji-only messages slightly larger
### Version 1.19.5
* fixed connection loop on Android <4.4

View File

@ -59,8 +59,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 228
versionName "1.19.5"
versionCode 229
versionName "1.20.0-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}