version bump to 1.7.0-beta

This commit is contained in:
Daniel Gultsch 2015-10-17 16:11:13 +02:00
parent be38b1e5f4
commit 0bd4105b1d
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
###Changelog
####Version 1.7.0
* CAPTCHA support
* SASL EXTERNAL (client certifiates)
* fetching MUC history via MAM
* redownload deleted files from HTTP hosts
* Expert setting to automatically set presence
* bug fixes
####Version 1.6.11
* tab completion for MUC nicks
* history export

View File

@ -49,8 +49,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 98
versionName "1.6.11"
versionCode 99
versionName "1.7.0-beta"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}