diff --git a/CHANGELOG.md b/CHANGELOG.md index 3faf21c6..c7e25358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ###Changelog +####Version 0.14.0 (next) +* Pebble 2: Initial unstable pre-alpha support for P2/PT2 using BLE (won't be usable without weird workarounds for pairing) + ####Version 0.13.9 * Pebble: use the last known location for setting sunrise and sunset * Pebble: fix Health disappering forever when deactivating through app manager (and get it back for affected users) diff --git a/app/build.gradle b/app/build.gradle index 6f61b3bc..a3031eb9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.13.9" - versionCode 71 + versionName "0.14.0" + versionCode 72 } buildTypes { release {