version bump to 1.12.3 + changelog

This commit is contained in:
Daniel Gultsch 2016-05-13 12:01:07 +02:00
parent 6a28b5a9fa
commit 018f978a22
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
###Changelog ###Changelog
####Version 1.12.3
* make omemo default when all resources support it
* show presence of other resources as template
* start typing in StartConversationsActivity to search
* various bug fixes and improvements
####Version 1.12.2 ####Version 1.12.2
* fixed pgp presence signing * fixed pgp presence signing

View File

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