From e0e9f3ec2897689b7c3f2c02f30c26ee6d5a737f Mon Sep 17 00:00:00 2001 From: Sebin Suresh Date: Sat, 15 Mar 2025 13:07:58 -0500 Subject: [PATCH] fix: bump version --- apps/timecal/ChangeLog | 1 + apps/timecal/metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/timecal/ChangeLog b/apps/timecal/ChangeLog index a42d32632..26a1d0f02 100644 --- a/apps/timecal/ChangeLog +++ b/apps/timecal/ChangeLog @@ -10,3 +10,4 @@ 0.05: bugfix: default settings 0.06: bugfix: Mrk.Color doesn't reflect the color selected, fixes #1706 0.07: Minor code improvements +0.08: Added weather integration diff --git a/apps/timecal/metadata.json b/apps/timecal/metadata.json index c6b174338..a0a295545 100644 --- a/apps/timecal/metadata.json +++ b/apps/timecal/metadata.json @@ -1,7 +1,7 @@ { "id": "timecal", "name": "TimeCal", "shortName":"TimeCal", - "version": "0.07", + "version": "0.08", "description": "TimeCal shows the date/time along with a 3 week calendar", "icon": "icon.png", "type": "clock",