bump version to 0.6.9
This commit is contained in:
parent
f59382e3c8
commit
804621aa14
|
@ -1,6 +1,6 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Next Version
|
####Version 0.6.9
|
||||||
* Pebble: Store app details in pbw-cache and display them in app manager on firmware 3.x
|
* Pebble: Store app details in pbw-cache and display them in app manager on firmware 3.x
|
||||||
* Pebble: Increase maximum notification body length from 255 to 512 bytes on firmware 3.x
|
* Pebble: Increase maximum notification body length from 255 to 512 bytes on firmware 3.x
|
||||||
* Pebble: Support installing .pbl (language files) on firmware 3.x
|
* Pebble: Support installing .pbl (language files) on firmware 3.x
|
||||||
|
|
|
@ -14,8 +14,8 @@ android {
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.6.8"
|
versionName "0.6.9"
|
||||||
versionCode 34
|
versionCode 35
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in New Issue