version bump to 1.20.1 + changelog

This commit is contained in:
Daniel Gultsch 2017-08-24 10:13:16 +02:00
parent d4c8f0191c
commit bd15385145
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
### Version 1.20.1
* fixed OTR encrypted file transfer
### Version 1.20.0
* presence subscription no longer required for OMEMO on compatible servers
* display emoji-only messages slightly larger

View File

@ -62,8 +62,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 233
versionName "1.20.0"
versionCode 234
versionName "1.20.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}