version bump to 1.13.9 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md | 3 +++
build.gradle | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,8 @@
 ###Changelog
 
+####Version 1.13.9
+* bug fixes
+
 ####Version 1.13.8
 * show identities instead of resources in selection dialog
 * allow TLS direct connect when port is set to 5223

build.gradle 🔗

@@ -54,8 +54,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 23
-		versionCode 166
-		versionName "1.13.8"
+		versionCode 168
+		versionName "1.13.9"
 		archivesBaseName += "-$versionName"
 		applicationId "eu.siacs.conversations"
 	}