version bump
This commit is contained in:
parent
c65466e984
commit
67eb44af3c
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Reference in a new issue