version bump to 1.0.4 and changelog

This commit is contained in:
iNPUTmice 2015-02-16 16:57:30 +01:00
parent a6e6959614
commit 24cd08e55e
2 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,19 @@
###Changelog ###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 ####Version 1.0
* MUC controls (Affiliaton changes) * MUC controls (Affiliaton changes)
* Added download button to notification * Added download button to notification

View File

@ -46,8 +46,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 21 targetSdkVersion 21
versionCode 48 versionCode 49
versionName "1.0.3" versionName "1.0.4"
} }
compileOptions { compileOptions {