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
####Version 1.14.5
* expert setting to delete OMEMO identities
* bug fixes
####Version 1.14.4
* bug fixes

View File

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