diff --git a/apps.json b/apps.json index 40cd5df65..029cf4869 100644 --- a/apps.json +++ b/apps.json @@ -4628,7 +4628,7 @@ "id": "pebble", "name": "Pebble Clock", "shortName": "Pebble", - "version": "0.01", + "version": "0.02", "description": "A pebble style clock to keep the rebellion going", "readme": "README.md", "icon": "pebble.png", @@ -4638,6 +4638,7 @@ "supports": ["BANGLEJS2"], "storage": [ {"name":"pebble.app.js","url":"pebble.app.js"}, + {"name":"pebble.settings.js","url":"pebble.settings.js"}, {"name":"pebble.img","url":"pebble.icon.js","evaluate":true} ] } diff --git a/apps/pebble/ChangeLog b/apps/pebble/ChangeLog index 9db0e26c5..d352d98b6 100644 --- a/apps/pebble/ChangeLog +++ b/apps/pebble/ChangeLog @@ -1 +1,2 @@ 0.01: first release +0.02: included deployment of pebble.settings.js in apps.json diff --git a/apps/pebble/README.md b/apps/pebble/README.md index f0de5ce73..4b0233781 100644 --- a/apps/pebble/README.md +++ b/apps/pebble/README.md @@ -3,7 +3,7 @@ *a Pebble style clock with configurable background color, to keep the revolution going* * Designed specifically for Bangle 2 -* A choice of 6 different background colous through its setting menu +* A choice of 6 different background colous through its setting menu. Goto Settings, App/Widget settings, Pebble. * Supports the Light and Dark themes * Uses pedometer widget to get latest step count * Dependant apps are installed when Pebble installs