version bump to 1.13.1 + changelog

This commit is contained in:
Daniel Gultsch 2016-06-13 12:32:49 +02:00
parent ea667a1a73
commit 490a1ca3cf
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog
####Version 1.13.1
* changed some colors in dark theme
* fixed fall-back message for OMEMO
####Version 1.13.0
* configurable dark theme
* opt-in to share Last User Interaction

View File

@ -54,8 +54,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 154
versionName "1.13.0"
versionCode 155
versionName "1.13.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}