fix for sanity test errors

master
Gordon Williams 2021-11-29 10:06:21 +00:00
parent c4238ebae7
commit 33ce71f279
3 changed files with 6 additions and 6 deletions

View File

@ -4085,7 +4085,7 @@
"id": "pastel", "id": "pastel",
"name": "Pastel Clock", "name": "Pastel Clock",
"shortName": "Pastel", "shortName": "Pastel",
"version": "0.06", "version": "0.07",
"description": "A Configurable clock with custom fonts and background", "description": "A Configurable clock with custom fonts and background",
"icon": "pastel.png", "icon": "pastel.png",
"screenshots": [{"url":"screenshot_pastel.png"}], "screenshots": [{"url":"screenshot_pastel.png"}],
@ -4378,7 +4378,7 @@
"shortName":"BinWatch", "shortName":"BinWatch",
"icon": "app.png", "icon": "app.png",
"screenshots": [{"url":"screenshot.png"}], "screenshots": [{"url":"screenshot.png"}],
"version":"0.03", "version":"0.04",
"supports": ["BANGLEJS2"], "supports": ["BANGLEJS2"],
"readme": "README.md", "readme": "README.md",
"allow_emulator":true, "allow_emulator":true,

View File

@ -1,3 +1,3 @@
0.01 Initial version for upload 0.01: Initial version for upload
0.02 DiscoMinotaur's adjustments (removed battery and adjusted spacing) 0.02: DiscoMinotaur's adjustments (removed battery and adjusted spacing)
0.03 Code style cleanup 0.03: Code style cleanup

View File

@ -1,2 +1,2 @@
0.02: Ported to Banglejs2.
0.01: New App! 0.01: New App!
0.02: Ported to Banglejs2.