CHANGELOG.md 🔗
@@ -1,5 +1,8 @@
###Changelog
+####Version 1.11.1
+* fixed some bugs when sharing files with Conversations
+
####Version 1.11.0
* OMEMO encrypted conferences
Daniel Gultsch created
CHANGELOG.md | 3 +++
build.gradle | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
@@ -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"
}