version bump to 1.13.0 + changelog

This commit is contained in:
Daniel Gultsch 2016-06-10 11:15:12 +02:00
parent 4b9b7257a9
commit e2a803ee04
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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"
}