version bump to 1.11.1 and changelog

This commit is contained in:
Daniel Gultsch 2016-03-16 18:12:36 +01:00
parent b17ca3543f
commit c4b1f6171d
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog ###Changelog
####Version 1.11.1
* fixed some bugs when sharing files with Conversations
####Version 1.11.0 ####Version 1.11.0
* OMEMO encrypted conferences * OMEMO encrypted conferences

View File

@ -58,8 +58,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 23 targetSdkVersion 23
versionCode 132 versionCode 133
versionName "1.11.0" versionName "1.11.1"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }