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