version bump to 1.6.7 + changelog

This commit is contained in:
Daniel Gultsch 2015-08-28 13:05:15 +02:00
parent bc9f6d91ac
commit 9a56e1620b
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 1.6.7
* bug fixes
####Version 1.6.6
* best 1.6 release yet

View File

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