version bump to 1.11.1 and changelog
This commit is contained in:
parent
b17ca3543f
commit
c4b1f6171d
|
@ -1,5 +1,8 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.11.1
|
||||
* fixed some bugs when sharing files with Conversations
|
||||
|
||||
####Version 1.11.0
|
||||
* OMEMO encrypted conferences
|
||||
|
||||
|
|
|
@ -58,8 +58,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 132
|
||||
versionName "1.11.0"
|
||||
versionCode 133
|
||||
versionName "1.11.1"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue