From b1b7cf5c0aea25add7066ab5dbee70d4631dec9a Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 28 Apr 2018 16:26:50 +0200 Subject: [PATCH] version bump to 2.1.3 + changelog --- CHANGELOG.md | 3 +++ build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef52329f..f21c2d140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### Version 2.1.3 +* Do not process stanzas with invalid JIDs + ### Version 2.1.2 * Fixed avatars not being displayed on new installs diff --git a/build.gradle b/build.gradle index 7c04ec884..27a2a5b51 100644 --- a/build.gradle +++ b/build.gradle @@ -65,8 +65,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 266 - versionName "2.1.2" + versionCode 267 + versionName "2.1.3" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId