Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2018-04-28 17:58:04 +0300
committerDaniel Gultsch <daniel@gultsch.de>2018-04-28 17:58:04 +0300
commit1d51f098f248ad6eeaedaed816764ab63c4fb44a (patch)
tree4dbc1f2800d650aca20e3abf616b6f3ba85927e8
parent9963616270dcb4dad12e3a00f5ea1804fb3f2201 (diff)
version bump to 2.1.4 + changelog2.1.4
-rw-r--r--CHANGELOG.md3
-rw-r--r--build.gradle4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f21c2d140..bbd6412f8 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 27a2a5b51..5fc4508da 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