diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6d197843e1608ef2b4c7f87c39f6949869f0fb..3f6dd73a52a92c8a86380345e5b45b80fd981a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ###Changelog +####Version 1.13.0 +* configurable dark theme +* opt-in to share Last User Interaction + ####Version 1.12.9 * make grace period configurable diff --git a/build.gradle b/build.gradle index a9552d28355fa3998830b3d2070e55f2fdb26af8..c5c9578cea853e9e730826dc165fb1daad8025e1 100644 --- a/build.gradle +++ b/build.gradle @@ -54,8 +54,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 23 - versionCode 151 - versionName "1.12.9" + versionCode 154 + versionName "1.13.0" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" }