version bump to 1.6.8 and changelog

This commit is contained in:
Daniel Gultsch 2015-09-06 19:46:26 +02:00
parent eff173ebc2
commit bf64276fa7
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog
####Version 1.6.8
* reworked 'enter is send' setting
* reworked DNS server discovery on lolipop devices
* various bug fixes
####Version 1.6.7
* bug fixes

View File

@ -48,8 +48,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 92
versionName "1.6.7"
versionCode 93
versionName "1.6.8"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}