version bump to 1.12.4 + changelog
This commit is contained in:
parent
a8420c9ad0
commit
33218ec32a
|
@ -1,5 +1,9 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.12.4
|
||||
* show offline members in conference (needs server support)
|
||||
* various bug fixes
|
||||
|
||||
####Version 1.12.3
|
||||
* make omemo default when all resources support it
|
||||
* show presence of other resources as template
|
||||
|
|
|
@ -54,8 +54,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 144
|
||||
versionName "1.12.3"
|
||||
versionCode 145
|
||||
versionName "1.12.4"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue