From d7e1cf704decf53bf17f4517fff87bbc09604c32 Mon Sep 17 00:00:00 2001 From: Hank Date: Sun, 12 Jun 2022 17:48:07 +0200 Subject: [PATCH] Fix hours --- apps/hworldclock/ChangeLog | 3 ++- apps/hworldclock/metadata.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/hworldclock/ChangeLog b/apps/hworldclock/ChangeLog index e67af806a..64b2be430 100644 --- a/apps/hworldclock/ChangeLog +++ b/apps/hworldclock/ChangeLog @@ -1,2 +1,3 @@ 0.15: Initial release - be patient as this is the first try :) -0.16: Fix timing \ No newline at end of file +0.16: Fix timing +0.17: Fix hours \ No newline at end of file diff --git a/apps/hworldclock/metadata.json b/apps/hworldclock/metadata.json index 4f3cd80cf..794992d2f 100644 --- a/apps/hworldclock/metadata.json +++ b/apps/hworldclock/metadata.json @@ -2,7 +2,7 @@ "id": "hworldclock", "name": "Hanks World Clock", "shortName": "Hanks World Clock", - "version": "0.16", + "version": "0.17", "description": "Current time zone plus up to three others", "allow_emulator":true, "icon": "app.png",