version bump to 1.12.5 + changelog
This commit is contained in:
parent
d89d7ade84
commit
107ab85a22
|
@ -1,5 +1,11 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.12.5
|
||||
* new create conference dialog
|
||||
* show first unread message on top
|
||||
* show geo uri as links
|
||||
* circumvent long message DOS
|
||||
|
||||
####Version 1.12.4
|
||||
* show offline members in conference (needs server support)
|
||||
* various bug fixes
|
||||
|
|
|
@ -54,8 +54,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 145
|
||||
versionName "1.12.4"
|
||||
versionCode 146
|
||||
versionName "1.12.5"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue