From 33ce71f279162e61bf1be8247ed87c1f12331e89 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 29 Nov 2021 10:06:21 +0000 Subject: [PATCH] fix for sanity test errors --- apps.json | 4 ++-- apps/93dub/ChangeLog | 6 +++--- apps/pomodo/ChangeLog | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps.json b/apps.json index 6974c9e95..6d6c85bfd 100644 --- a/apps.json +++ b/apps.json @@ -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, diff --git a/apps/93dub/ChangeLog b/apps/93dub/ChangeLog index e7423b2c9..5fbfe4fa3 100644 --- a/apps/93dub/ChangeLog +++ b/apps/93dub/ChangeLog @@ -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 diff --git a/apps/pomodo/ChangeLog b/apps/pomodo/ChangeLog index 3630ae7b6..2fedc39e3 100644 --- a/apps/pomodo/ChangeLog +++ b/apps/pomodo/ChangeLog @@ -1,2 +1,2 @@ -0.02: Ported to Banglejs2. 0.01: New App! +0.02: Ported to Banglejs2.