version bump to 1.15.5 + changelog

This commit is contained in:
Daniel Gultsch 2017-01-20 15:03:01 +01:00
parent 5faa05ca19
commit 0f870223c4
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog
####Version 1.15.5
* show nick as bold text when mentioned in conference
* bug fixes
####Version 1.15.4
* bug fixes

View File

@ -55,8 +55,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 192
versionName "1.15.4"
versionCode 193
versionName "1.15.5"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}