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
####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
* fixed pgp presence signing

View File

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