version bump to 1.10.1 and changelog
This commit is contained in:
parent
7fd6a37e67
commit
c393e60891
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue