version bump to 0.9.1 and changelog

This commit is contained in:
iNPUTmice 2014-12-01 11:19:32 +01:00
parent 8d306ac64f
commit 8b5294241a
2 changed files with 5 additions and 2 deletions

View File

@ -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)

View File

@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 37
versionName "0.9"
versionCode 38
versionName "0.9.1"
}
compileOptions {