CHANGELOG.md 🔗
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.1.1
+* Improved start up performance
+* bug fixes
+
### Version 2.1.0
* Added configurable font size
* Added global OMEMO preference
Daniel Gultsch created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.1.1
+* Improved start up performance
+* bug fixes
+
### Version 2.1.0
* Added configurable font size
* Added global OMEMO preference
@@ -65,8 +65,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
- versionCode 264
- versionName "2.1.0"
+ versionCode 265
+ versionName "2.1.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId