version bump to 1.14.4 + changelog

This commit is contained in:
Daniel Gultsch 2016-09-24 21:24:55 +02:00
parent 343d895a26
commit cee3c98a23
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog ###Changelog
####Version 1.14.4
* bug fixes
####Version 1.14.3 ####Version 1.14.3
* XEP-0377: Spam Reporting * XEP-0377: Spam Reporting
* fix rare start up crashes * fix rare start up crashes

View File

@ -56,8 +56,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 24 targetSdkVersion 24
versionCode 174 versionCode 175
versionName "1.14.3" versionName "1.14.4"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }