version bump to 1.15.1+ changelog

This commit is contained in:
Daniel Gultsch 2016-12-21 14:04:56 +01:00
parent f77afd9596
commit 6c10f8a232
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog ###Changelog
####Version 1.15.1
* support for POSH (RFC7711)
* support for quoting messages (via select text)
* verified messages show shield icon. unverified messages show lock
####Version 1.15.0 ####Version 1.15.0
* New [Blind Trust Before Verification](https://gultsch.de/trust.html) mode * New [Blind Trust Before Verification](https://gultsch.de/trust.html) mode
* Easily share Barcode and XMPP uri from Account details * Easily share Barcode and XMPP uri from Account details

View File

@ -55,8 +55,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 24 targetSdkVersion 24
versionCode 186 versionCode 187
versionName "1.15.0" versionName "1.15.1"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }