bump version to 0.6.9

here
Andreas Shimokawa 2015-12-08 18:35:45 +01:00
parent f59382e3c8
commit 804621aa14
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 {