version bump to 1.10.1 and changelog

This commit is contained in:
Daniel Gultsch 2016-02-26 09:53:02 +01:00
parent 7fd6a37e67
commit c393e60891
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
###Changelog ###Changelog
####Version 1.10.1
* made message correction opt-in
* various bug fixes
####Version 1.10.0 ####Version 1.10.0
* Support for XEP-0357: Push Notifications * Support for XEP-0357: Push Notifications
* Support for XEP-0308: Last Message Correction * Support for XEP-0308: Last Message Correction

View file

@ -58,8 +58,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 23 targetSdkVersion 23
versionCode 127 versionCode 128
versionName "1.10.0" versionName "1.10.1"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }