version bump to 1.14.8 + changelog
This commit is contained in:
parent
20ddba2aa9
commit
e538272417
|
@ -1,5 +1,8 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.14.8
|
||||
* bug fixes
|
||||
|
||||
####Version 1.14.7
|
||||
* error message accessible via context menu for failed messages
|
||||
* don't include pgp signature in anonymous mucs
|
||||
|
|
|
@ -55,8 +55,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 24
|
||||
versionCode 180
|
||||
versionName "1.14.7"
|
||||
versionCode 181
|
||||
versionName "1.14.8"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue