version bump to 1.14.5 + changelog

This commit is contained in:
Daniel Gultsch 2016-10-01 15:49:09 +02:00
parent b0fb9fd9ee
commit d6c2ff9782
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog ###Changelog
####Version 1.14.5
* expert setting to delete OMEMO identities
* bug fixes
####Version 1.14.4 ####Version 1.14.4
* bug fixes * bug fixes

View File

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