version bump to 0.9
This commit is contained in:
parent
1ff9293ee1
commit
5d7597438b
|
@ -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
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ android {
|
|||
minSdkVersion 14
|
||||
targetSdkVersion 19
|
||||
versionCode 37
|
||||
versionName "0.9-alpha"
|
||||
versionName "0.9"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
Loading…
Reference in New Issue