version bump to 1.12.2 + changelog
This commit is contained in:
parent
345966f319
commit
85a01f3121
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.12.2
|
||||
* fixed pgp presence signing
|
||||
|
||||
####Version 1.12.1
|
||||
* expert setting to modify presence
|
||||
* added simple audio player
|
||||
|
|
|
@ -61,8 +61,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 142
|
||||
versionName "1.12.1"
|
||||
versionCode 143
|
||||
versionName "1.12.2"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
|
||||
|
|
Reference in a new issue