mirror of https://github.com/espruino/BangleApps
update version
parent
cf7215aa2a
commit
9e70fbf886
|
@ -3,4 +3,5 @@
|
||||||
0.2: Correct Screen Clear and Draw.
|
0.2: Correct Screen Clear and Draw.
|
||||||
0.3: Minor Fixes.
|
0.3: Minor Fixes.
|
||||||
0.4: Clear Old Time on Screen Before Draw new Time
|
0.4: Clear Old Time on Screen Before Draw new Time
|
||||||
0.5: Update Date and Time to use Native date Funcions
|
0.5: Update Date and Time to use Native date Funcions
|
||||||
|
0.6: Add Settings Page
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Animated Clock with Space Cassio Watch Style",
|
"description": "Animated Clock with Space Cassio Watch Style",
|
||||||
"screenshots": [{ "url": "screens/screen_night.png" },{ "url": "screens/screen_day.png" }],
|
"screenshots": [{ "url": "screens/screen_night.png" },{ "url": "screens/screen_day.png" }],
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version": "0.5",
|
"version": "0.6",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock, weather, cassio, retro",
|
"tags": "clock, weather, cassio, retro",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
|
|
Loading…
Reference in New Issue