version bump to 1.13.2 + changelog

This commit is contained in:
Daniel Gultsch 2016-06-20 15:56:09 +02:00
parent 28dc888159
commit 1166619539
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog ###Changelog
####Version 1.13.2
* new PGP decryption logic
* bug fixes
####Version 1.13.1 ####Version 1.13.1
* changed some colors in dark theme * changed some colors in dark theme
* fixed fall-back message for OMEMO * fixed fall-back message for OMEMO

View File

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