From 19db3cd24f7951d97632fb300d6759ca982ae180 Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Mon, 14 Nov 2022 19:23:55 +0100 Subject: [PATCH] slopeclock/pp - Bump version --- apps/slopeclock/ChangeLog | 1 + apps/slopeclock/metadata.json | 2 +- apps/slopeclockpp/ChangeLog | 1 + apps/slopeclockpp/metadata.json | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/slopeclock/ChangeLog b/apps/slopeclock/ChangeLog index 5560f00bc..af766d95d 100644 --- a/apps/slopeclock/ChangeLog +++ b/apps/slopeclock/ChangeLog @@ -1 +1,2 @@ 0.01: New App! +0.02: Reset font to save some memory during remove diff --git a/apps/slopeclock/metadata.json b/apps/slopeclock/metadata.json index d880a0cf6..18820b2cc 100644 --- a/apps/slopeclock/metadata.json +++ b/apps/slopeclock/metadata.json @@ -1,6 +1,6 @@ { "id": "slopeclock", "name": "Slope Clock", - "version":"0.01", + "version":"0.02", "description": "A clock where hours and minutes are divided by a sloping line. When the minute changes, the numbers slide off the screen", "icon": "app.png", "screenshots": [{"url":"screenshot.png"}], diff --git a/apps/slopeclockpp/ChangeLog b/apps/slopeclockpp/ChangeLog index aef4d7324..583c8e4fd 100644 --- a/apps/slopeclockpp/ChangeLog +++ b/apps/slopeclockpp/ChangeLog @@ -1,2 +1,3 @@ 0.01: Clone of original SlopeClock 0.02: Added configuration +0.03: Reset font to save some memory during remove diff --git a/apps/slopeclockpp/metadata.json b/apps/slopeclockpp/metadata.json index fc6d3e415..f8d71af9b 100644 --- a/apps/slopeclockpp/metadata.json +++ b/apps/slopeclockpp/metadata.json @@ -1,6 +1,6 @@ { "id": "slopeclockpp", "name": "Slope Clock ++", - "version":"0.02", + "version":"0.03", "description": "A clock where hours and minutes are divided by a sloping line. When the minute changes, the numbers slide off the screen. This is a clone of the original Slope Clock which can show the weather and steps.", "icon": "app.png", "screenshots": [{"url":"screenshot.png"}],