version bump to 2.1.4 + changelog

This commit is contained in:
Daniel Gultsch 2018-04-28 16:58:04 +02:00
parent 9963616270
commit 1d51f098f2
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
### Version 2.1.4
* bug fixes
### Version 2.1.3 ### Version 2.1.3
* Do not process stanzas with invalid JIDs * Do not process stanzas with invalid JIDs

View File

@ -65,8 +65,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 25 targetSdkVersion 25
versionCode 267 versionCode 268
versionName "2.1.3" versionName "2.1.4"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId