CHANGELOG.md 🔗
@@ -1,5 +1,8 @@
###Changelog
+####Version 1.12.9
+* make grace period configurable
+
####Version 1.12.8
* more bug fixes :-(
Daniel Gultsch created
CHANGELOG.md | 3 +++
build.gradle | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
@@ -1,5 +1,8 @@
###Changelog
+####Version 1.12.9
+* make grace period configurable
+
####Version 1.12.8
* more bug fixes :-(
@@ -54,8 +54,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
- versionCode 149
- versionName "1.12.8"
+ versionCode 151
+ versionName "1.12.9"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}