version bump to 1.14.7 + changelog

This commit is contained in:
Daniel Gultsch 2016-10-26 12:28:18 +02:00
parent 8557120ef8
commit 1e4b1a3346
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog
####Version 1.14.7
* error message accessible via context menu for failed messages
* don't include pgp signature in anonymous mucs
* bug fixes
####Version 1.14.6
* make error notification dismissable
* bug fixes

View File

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