version bump to 1.11.3 and changelog

This commit is contained in:
Daniel Gultsch 2016-04-02 18:09:07 +02:00
parent 701742f550
commit 5eedce91f9
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog
####Version 1.11.3
* check maximum file size when using HTTP Upload
* properly calculate caps hash
####Version 1.11.2
* only add image files to media scanner
* allow to delete files

View File

@ -58,8 +58,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 134
versionName "1.11.2"
versionCode 135
versionName "1.11.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}