bump version, not yet release time!

master
Andreas Shimokawa 2016-11-15 12:29:18 +01:00
parent 4a243ff361
commit 1012236989
2 changed files with 5 additions and 2 deletions

View File

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

View File

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