modified ChangeLog, corrected apps.json

pull/903/head
Vingelar 2021-11-19 21:47:09 +01:00
parent a8a0fc3c92
commit ac09086830
2 changed files with 3 additions and 2 deletions

View File

@ -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": [

View File

@ -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