From fd60061c538e32a82787ab2d12fe0fedeb3f35c1 Mon Sep 17 00:00:00 2001 From: Danny <31635744+DDDanny@users.noreply.github.com> Date: Thu, 20 Jan 2022 00:54:10 +0100 Subject: [PATCH] apps.json v 0.02 --- apps.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 07d267991..f9c5b34fb 100644 --- a/apps.json +++ b/apps.json @@ -4655,13 +4655,15 @@ "name": "TimeCal", "shortName":"TimeCal", "icon": "icon.png", - "version":"0.01", + "version":"0.02", "description": "TimeCal shows the Time along with a 3 week calendar", "tags": "clock", + "readme":"README.md", "type": "clock", "supports":["BANGLEJS2"], "storage": [ - {"name":"timecal.app.js","url":"timecal.app.js"} + {"name":"timecal.app.js","url":"timecal.app.js"}, + {"name":"timecal.settings.js","url":"timecal.settings.js"} ] }, {