CHANGELOG.md 🔗
@@ -1,5 +1,10 @@
###Changelog
+###Version 1.13.4
+* support jingle ft:4
+* show contact as DND if one resource is
+* bug fixes
+
####Version 1.13.3
* bug fixes
Daniel Gultsch created
CHANGELOG.md | 5 +++++
build.gradle | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
@@ -1,5 +1,10 @@
###Changelog
+###Version 1.13.4
+* support jingle ft:4
+* show contact as DND if one resource is
+* bug fixes
+
####Version 1.13.3
* bug fixes
@@ -54,8 +54,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
- versionCode 160
- versionName "1.13.3"
+ versionCode 161
+ versionName "1.13.4"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}