version bump to 0.9.1 and changelog
This commit is contained in:
parent
8d306ac64f
commit
8b5294241a
|
@ -1,5 +1,8 @@
|
|||
###Changelog
|
||||
|
||||
####Version 0.9.1
|
||||
* bug fixes including some that caused Conversations to crash on start
|
||||
|
||||
####Version 0.9
|
||||
* arbitrary file transfer
|
||||
* more options to verify OTR (SMP, QR Codes, NFC)
|
||||
|
|
|
@ -46,8 +46,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 19
|
||||
versionCode 37
|
||||
versionName "0.9"
|
||||
versionCode 38
|
||||
versionName "0.9.1"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
Loading…
Reference in New Issue