From 2dd43b022a25555f8a95bc2d2e31c3a18ac611d1 Mon Sep 17 00:00:00 2001 From: computermacgyver Date: Mon, 31 Aug 2020 09:55:28 +0100 Subject: [PATCH] Bump version and add readme to apps.json --- apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 385463fd7..c2f28c0b5 100644 --- a/apps.json +++ b/apps.json @@ -2176,11 +2176,12 @@ "name": "World Clock - 4 time zones", "shortName":"World Clock", "icon": "app.png", - "version":"0.01", + "version":"0.02", "description": "Current time zone plus up to four others", "tags": "clock", "type" : "clock", "custom": "custom.html", + "readme": "README.md", "storage": [ {"name":"worldclock.app.js","url":"app.js"}, {"name":"worldclock.settings.json"},