version bump to 1.14.8 + changelog

This commit is contained in:
Daniel Gultsch 2016-11-01 10:27:19 +01:00
parent 20ddba2aa9
commit e538272417
2 changed files with 5 additions and 2 deletions

View File

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

View File

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