version bump to 1.12.6

This commit is contained in:
Daniel Gultsch 2016-05-29 20:54:41 +02:00
parent 49cefd1c0c
commit 71787bd2e1
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 1.12.6
* bug fixes
####Version 1.12.5
* new create conference dialog
* show first unread message on top

View File

@ -54,8 +54,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 146
versionName "1.12.5"
versionCode 147
versionName "1.12.6"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}