version bump to 1.5.1 and changelog
This commit is contained in:
parent
ffa588ba3e
commit
40499be9b6
|
@ -1,5 +1,9 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.5.1
|
||||
* fixed rare crashes
|
||||
* improved otr support
|
||||
|
||||
####Version 1.5.0
|
||||
* upload files to HTTP host and share them in MUCs. requires new [HttpUploadComponent](https://github.com/siacs/HttpUploadComponent) on server side
|
||||
|
||||
|
|
|
@ -48,8 +48,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 21
|
||||
versionCode 78
|
||||
versionName "1.5.0"
|
||||
versionCode 79
|
||||
versionName "1.5.1"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
Loading…
Reference in a new issue