diff --git a/CHANGELOG.md b/CHANGELOG.md index f21c2d140cdb3daf81d14d50384d5ae6c7a83661..bbd6412f8ce917b70a94d9f61e83dbfd086fab35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### Version 2.1.4 +* bug fixes + ### Version 2.1.3 * Do not process stanzas with invalid JIDs diff --git a/build.gradle b/build.gradle index 27a2a5b51357cf13612d1dc3cd09a304deeb8134..5fc4508dafb2a68fc235a559c32c354e9b8ecdd5 100644 --- a/build.gradle +++ b/build.gradle @@ -65,8 +65,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 267 - versionName "2.1.3" + versionCode 268 + versionName "2.1.4" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId