version bump to 1.14.7 + changelog
This commit is contained in:
parent
8557120ef8
commit
1e4b1a3346
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue