version bump to 1.14.2 + changelog

This commit is contained in:
Daniel Gultsch 2016-09-17 11:30:52 +02:00
parent 9d0a333372
commit 00c04cd413
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog ###Changelog
####Version 1.14.2
* support ANONYMOUS SASL
* bug fixes
####Version 1.14.1 ####Version 1.14.1
* Press lock icon to see why OMEMO is deactivated * Press lock icon to see why OMEMO is deactivated
* bug fixes * bug fixes

View File

@ -56,8 +56,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 24 targetSdkVersion 24
versionCode 172 versionCode 173
versionName "1.14.1" versionName "1.14.2"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }