version bump to 1.14.6 + changelog

This commit is contained in:
Daniel Gultsch 2016-10-10 17:54:34 +02:00
parent 9e54fd5c92
commit 501152bcfd
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog
####Version 1.14.6
* make error notification dismissable
* bug fixes
####Version 1.14.5
* expert setting to delete OMEMO identities
* bug fixes

View File

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