classic-lite

Minimalist rewrite of Łukasz Zalewski's "classic" pebble watchface
git clone https://git.instinctive.eu/classic-lite.git
Log | Files | Refs | README | LICENSE

commit ddbd517d25e0bd2160ed8b869b64e529abcc876a
parent e2711ebc4befc39176364b9ce0a1739685cb45ba
Author: Natasha Kerensikova <natacha@instinctive.eu>
Date:   Wed,  6 Jan 2016 18:44:01 +0000

Mark release 1.4
Diffstat:
Mappinfo.json | 2+-
Msrc/js/pebble-js-app.js | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/appinfo.json b/appinfo.json @@ -3,7 +3,7 @@ "shortName": "Classic Lite", "longName": "Classic Lite", "companyName": "Natasha Kerensikova", - "versionLabel": "1.3", + "versionLabel": "1.4", "sdkVersion": "3", "targetPlatforms": ["aplite", "basalt", "chalk"], "capabilities": [ "configurable" ], diff --git a/src/js/pebble-js-app.js b/src/js/pebble-js-app.js @@ -47,7 +47,7 @@ function encodeStored(names) { localStorage.removeItem("handColor"); } - var result = "?v=1.3"; + var result = "?v=1.4"; for (var key in names) { var value = localStorage.getItem(key); if (value != null) { @@ -62,7 +62,7 @@ Pebble.addEventListener("ready", function() { }); Pebble.addEventListener("showConfiguration", function() { - Pebble.openURL("https://cdn.rawgit.com/faelys/classic-lite/v1.3/config.html" + encodeStored(settings)); + Pebble.openURL("https://cdn.rawgit.com/faelys/classic-lite/v1.4/config.html" + encodeStored(settings)); }); Pebble.addEventListener("webviewclosed", function(e) {