version bump to 1.13.1 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 ###Changelog
 
+####Version 1.13.1
+* changed some colors in dark theme
+* fixed fall-back message for OMEMO
+
 ####Version 1.13.0
 * configurable dark theme
 * opt-in to share Last User Interaction

build.gradle 🔗

@@ -54,8 +54,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 23
-		versionCode 154
-		versionName "1.13.0"
+		versionCode 155
+		versionName "1.13.1"
 		archivesBaseName += "-$versionName"
 		applicationId "eu.siacs.conversations"
 	}