version bump to 1.15.5 + changelog
This commit is contained in:
parent
5faa05ca19
commit
0f870223c4
|
@ -1,5 +1,9 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.15.5
|
||||
* show nick as bold text when mentioned in conference
|
||||
* bug fixes
|
||||
|
||||
####Version 1.15.4
|
||||
* bug fixes
|
||||
|
||||
|
|
|
@ -55,8 +55,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
versionCode 192
|
||||
versionName "1.15.4"
|
||||
versionCode 193
|
||||
versionName "1.15.5"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue