CHANGELOG.md 🔗
@@ -1,5 +1,8 @@
###Changelog
+####Version 1.6.5
+* more OMEMO fixes
+
####Version 1.6.4
* setting to enable white chat bubbles
* limit OMEMO key publish attempts to work around broken PEP
Daniel Gultsch created
CHANGELOG.md | 3 +++
build.gradle | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
@@ -1,5 +1,8 @@
###Changelog
+####Version 1.6.5
+* more OMEMO fixes
+
####Version 1.6.4
* setting to enable white chat bubbles
* limit OMEMO key publish attempts to work around broken PEP
@@ -48,8 +48,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
- versionCode 89
- versionName "1.6.4"
+ versionCode 90
+ versionName "1.6.5"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}