version bump to 1.12.5 + changelog

This commit is contained in:
Daniel Gultsch 2016-05-29 13:09:15 +02:00
parent d89d7ade84
commit 107ab85a22
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
###Changelog
####Version 1.12.5
* new create conference dialog
* show first unread message on top
* show geo uri as links
* circumvent long message DOS
####Version 1.12.4
* show offline members in conference (needs server support)
* various bug fixes

View File

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