version bump to 1.12.1 + changelog
This commit is contained in:
parent
c27663c456
commit
8a81f85734
|
@ -1,5 +1,8 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.12.1
|
||||
* small bug fixes
|
||||
|
||||
####Version 1.12.0
|
||||
* new welcome screen that makes it easier to register account
|
||||
* expert setting to modify presence
|
||||
|
|
|
@ -54,8 +54,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 141
|
||||
versionName "1.12.0"
|
||||
versionCode 142
|
||||
versionName "1.12.1"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue