version bump

This commit is contained in:
Christian S 2016-03-23 11:52:32 +01:00
parent c65466e984
commit 67eb44af3c
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
###Changelog
####Version 1.11.2
* added voice recorder to plugins
* bug fixes
####Version 1.11.1
* fixed some bugs when sharing files with Conversations

View file

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