version bump to 0.9

This commit is contained in:
iNPUTmice 2014-11-29 17:54:39 +01:00
parent 1ff9293ee1
commit 5d7597438b
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
###Changelog
####Version 0.9
* arbitrary file transfer
* more options to verify OTR (SMP, QR Codes, NFC)
* ability to create instant conferences
* r/o dynamic tags (presence and roster groups)
* optional foreground service (expert option)
* added SCRAM-SHA1 login method
* bug fixes
####Version 0.8.4
* bug fixes

View File

@ -47,7 +47,7 @@ android {
minSdkVersion 14
targetSdkVersion 19
versionCode 37
versionName "0.9-alpha"
versionName "0.9"
}
compileOptions {