version bump to 1.12.4 + changelog

This commit is contained in:
Daniel Gultsch 2016-05-21 13:58:15 +02:00
parent a8420c9ad0
commit 33218ec32a
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog ###Changelog
####Version 1.12.4
* show offline members in conference (needs server support)
* various bug fixes
####Version 1.12.3 ####Version 1.12.3
* make omemo default when all resources support it * make omemo default when all resources support it
* show presence of other resources as template * show presence of other resources as template

View File

@ -54,8 +54,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 23 targetSdkVersion 23
versionCode 144 versionCode 145
versionName "1.12.3" versionName "1.12.4"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }