version bump to 1.6.7 + changelog
This commit is contained in:
parent
bc9f6d91ac
commit
9a56e1620b
|
@ -1,5 +1,8 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.6.7
|
||||
* bug fixes
|
||||
|
||||
####Version 1.6.6
|
||||
* best 1.6 release yet
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue