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
####Version 1.10.1
* made message correction opt-in
* various bug fixes
####Version 1.10.0
* Support for XEP-0357: Push Notifications
* Support for XEP-0308: Last Message Correction

View File

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