version bump to 1.11.5 + changelog

This commit is contained in:
Daniel Gultsch 2016-04-08 10:41:55 +02:00
parent c55f7645a4
commit 7a84cfdfa2
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog ###Changelog
####Version 1.11.5
* check file ownership to not accidentally share private files
####Version 1.11.4 ####Version 1.11.4
* fixed a bug where contacts are shown as offline * fixed a bug where contacts are shown as offline
* improved broken PEP detection * improved broken PEP detection

View File

@ -64,8 +64,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 23 targetSdkVersion 23
versionCode 136 versionCode 137
versionName "1.11.4" versionName "1.11.5"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }