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 # Changelog
### Version 1.20.1
* fixed OTR encrypted file transfer
### Version 1.20.0 ### Version 1.20.0
* presence subscription no longer required for OMEMO on compatible servers * presence subscription no longer required for OMEMO on compatible servers
* display emoji-only messages slightly larger * display emoji-only messages slightly larger

View File

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