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 43473a890006cd66b0e6f6bd583f473ccb20bf13
parent 10c21498bbdcfe1d9141a3ac74144e0b6ad7d1dc
Author: Natasha Kerensikova <natacha@instinctive.eu>
Date:   Tue, 26 Jan 2016 20:05:05 +0000

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

diff --git a/appinfo.json b/appinfo.json @@ -3,7 +3,7 @@ "shortName": "Classic Lite", "longName": "Classic Lite", "companyName": "Natasha Kerensikova", - "versionLabel": "1.4", + "versionLabel": "1.5", "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.4"; + var result = "?v=1.5"; for (var key in names) { var value = localStorage.getItem(key); if (value != null) {