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 ###Changelog
####Version 1.12.6
* bug fixes
####Version 1.12.5 ####Version 1.12.5
* new create conference dialog * new create conference dialog
* show first unread message on top * show first unread message on top

View File

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