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