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
####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

View File

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