version bump to 1.5.1 and changelog

This commit is contained in:
Daniel Gultsch 2015-07-21 12:03:28 +02:00
parent 32f90613a3
commit 31cb742bbf
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -45,8 +45,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 78
versionName "1.5.0"
versionCode 79
versionName "1.5.1"
}
compileOptions {