version bump to 1.12.1 + changelog

This commit is contained in:
Daniel Gultsch 2016-05-04 22:24:07 +02:00
parent c27663c456
commit 8a81f85734
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog ###Changelog
####Version 1.12.1
* small bug fixes
####Version 1.12.0 ####Version 1.12.0
* new welcome screen that makes it easier to register account * new welcome screen that makes it easier to register account
* expert setting to modify presence * expert setting to modify presence

View File

@ -54,8 +54,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 23 targetSdkVersion 23
versionCode 141 versionCode 142
versionName "1.12.0" versionName "1.12.1"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }