mirror of https://github.com/espruino/BangleApps
modified ChangeLog, corrected apps.json
parent
a8a0fc3c92
commit
ac09086830
|
@ -4297,11 +4297,11 @@
|
||||||
"name": "Binary Watch",
|
"name": "Binary Watch",
|
||||||
"shortName":"BinWatch",
|
"shortName":"BinWatch",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version":"0.02",
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
|
"version":"0.03",
|
||||||
"supports": ["BANGLEJS"],
|
"supports": ["BANGLEJS"],
|
||||||
"allow_emulator":true,
|
"allow_emulator":true,
|
||||||
"description": "Famous binary watch",
|
"description": "Famous binary watch",
|
||||||
"screenshots": [{"url":"screenshot.png"}],
|
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"storage": [
|
"storage": [
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
0.01: start of development
|
0.01: start of development
|
||||||
0.02: first running version for BangleJs2
|
0.02: first running version for BangleJs2
|
||||||
|
0.03: corrected icon, added screen shot, extended description
|
||||||
|
|
Loading…
Reference in New Issue