From 7487ea5e081a92f0d38a4b52adda3e40c4709eb0 Mon Sep 17 00:00:00 2001 From: adrian w kirk Date: Wed, 11 Aug 2021 00:22:52 +0100 Subject: [PATCH] Solar clock: updating the version no and change log for next release --- apps.json | 2 +- apps/solarclock/ChangeLog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 4ad53b1eb..87c7a87b0 100644 --- a/apps.json +++ b/apps.json @@ -281,7 +281,7 @@ { "id": "solarclock", "name": "Solar Clock", "icon": "solar_clock.png", - "version":"0.01", + "version":"0.02", "description": "Using your current or chosen location the solar watch face shows the Sun's sky position, time and date. Also allows you to wind backwards and forwards in time to see the sun's position", "tags": "clock", "type":"clock", diff --git a/apps/solarclock/ChangeLog b/apps/solarclock/ChangeLog index d53df991b..983875aab 100644 --- a/apps/solarclock/ChangeLog +++ b/apps/solarclock/ChangeLog @@ -1 +1,2 @@ 0.01: Initial Release +0.02: Bug fixes