version bump to 1.13.3

This commit is contained in:
Daniel Gultsch 2016-06-25 13:07:33 +02:00
parent e52f662569
commit 4e6d16c49b
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog ###Changelog
####Version 1.13.3
* bug fixes
####Version 1.13.2 ####Version 1.13.2
* new PGP decryption logic * new PGP decryption logic
* bug fixes * bug fixes

View File

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