version bump to 1.15.1+ changelog
This commit is contained in:
parent
f77afd9596
commit
6c10f8a232
|
@ -1,5 +1,10 @@
|
|||
###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
|
||||
* New [Blind Trust Before Verification](https://gultsch.de/trust.html) mode
|
||||
* Easily share Barcode and XMPP uri from Account details
|
||||
|
|
|
@ -55,8 +55,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 24
|
||||
versionCode 186
|
||||
versionName "1.15.0"
|
||||
versionCode 187
|
||||
versionName "1.15.1"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue