1
0
Fork 1

version bump to 1.12.6

This commit is contained in:
Daniel Gultsch 2016-05-29 20:54:41 +02:00
parent 06b32537e8
commit a1ae64f000
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"
}