version bump to 1.0.4 and changelog
This commit is contained in:
parent
a6e6959614
commit
24cd08e55e
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.0.4
|
||||
* load avatars asynchronously on start up
|
||||
* support for XEP-0092: Software Version
|
||||
|
||||
####Version 1.0.3
|
||||
* load messages asynchronously on start up
|
||||
* bug fixes
|
||||
|
||||
####Version 1.0.2
|
||||
* skipped
|
||||
|
||||
####Version 1.0.1
|
||||
* accept more ciphers
|
||||
|
||||
####Version 1.0
|
||||
* MUC controls (Affiliaton changes)
|
||||
* Added download button to notification
|
||||
|
|
|
@ -46,8 +46,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 21
|
||||
versionCode 48
|
||||
versionName "1.0.3"
|
||||
versionCode 49
|
||||
versionName "1.0.4"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
Loading…
Reference in a new issue