CHANGELOG.md 🔗
@@ -1,5 +1,9 @@
###Changelog
+####Version 1.16.1
+* UI performance fixes
+* bug fixes
+
####Version 1.16.0
* configurable client side message retention period
* compress videos before sending them
Daniel Gultsch created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
@@ -1,5 +1,9 @@
###Changelog
+####Version 1.16.1
+* UI performance fixes
+* bug fixes
+
####Version 1.16.0
* configurable client side message retention period
* compress videos before sending them
@@ -56,8 +56,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
- versionCode 196
- versionName "1.16.0"
+ versionCode 197
+ versionName "1.16.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}