From 3fe4cd2515f4889663cde306b5155e73adeb9eb2 Mon Sep 17 00:00:00 2001 From: adrian w kirk Date: Sat, 15 May 2021 20:30:57 +0100 Subject: [PATCH] SweepClock - uppped version number --- apps.json | 2 +- apps/sweepclock/ChangeLog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 7941cdb17..2c538a97a 100644 --- a/apps.json +++ b/apps.json @@ -242,7 +242,7 @@ { "id": "sweepclock", "name": "Sweep Clock", "icon": "sweepclock.png", - "version":"0.03", + "version":"0.04", "description": "Smooth sweep secondhand with single hour numeral. Use button1 to toggle the numeral font, button 3 to change the colour theme and button 4 to change the date placement", "tags": "clock", "type":"clock", diff --git a/apps/sweepclock/ChangeLog b/apps/sweepclock/ChangeLog index 8eeb95c09..23841b299 100644 --- a/apps/sweepclock/ChangeLog +++ b/apps/sweepclock/ChangeLog @@ -1,3 +1,4 @@ 0.01: Initial Release 0.02: Added Colour Themes 0.03: Added Date +0.04: Memory Footprint reduction