mirror of https://github.com/espruino/BangleApps
fix for sanity test errors
parent
c4238ebae7
commit
33ce71f279
|
@ -4085,7 +4085,7 @@
|
|||
"id": "pastel",
|
||||
"name": "Pastel Clock",
|
||||
"shortName": "Pastel",
|
||||
"version": "0.06",
|
||||
"version": "0.07",
|
||||
"description": "A Configurable clock with custom fonts and background",
|
||||
"icon": "pastel.png",
|
||||
"screenshots": [{"url":"screenshot_pastel.png"}],
|
||||
|
@ -4378,7 +4378,7 @@
|
|||
"shortName":"BinWatch",
|
||||
"icon": "app.png",
|
||||
"screenshots": [{"url":"screenshot.png"}],
|
||||
"version":"0.03",
|
||||
"version":"0.04",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
"allow_emulator":true,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
0.01 Initial version for upload
|
||||
0.02 DiscoMinotaur's adjustments (removed battery and adjusted spacing)
|
||||
0.03 Code style cleanup
|
||||
0.01: Initial version for upload
|
||||
0.02: DiscoMinotaur's adjustments (removed battery and adjusted spacing)
|
||||
0.03: Code style cleanup
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
0.02: Ported to Banglejs2.
|
||||
0.01: New App!
|
||||
0.02: Ported to Banglejs2.
|
||||
|
|
Loading…
Reference in New Issue