CHANGELOG.md 🔗
@@ -1,5 +1,9 @@
###Changelog
+####Version 1.11.3
+* check maximum file size when using HTTP Upload
+* properly calculate caps hash
+
####Version 1.11.2
* only add image files to media scanner
* allow to delete files
Daniel Gultsch created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
@@ -1,5 +1,9 @@
###Changelog
+####Version 1.11.3
+* check maximum file size when using HTTP Upload
+* properly calculate caps hash
+
####Version 1.11.2
* only add image files to media scanner
* allow to delete files
@@ -58,8 +58,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
- versionCode 134
- versionName "1.11.2"
+ versionCode 135
+ versionName "1.11.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}