From dbffe7fb24dc0d1f0d837dbdc0c3b2af9ece7e12 Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 16 Feb 2026 10:18:13 -0800 Subject: [PATCH] Bump version to 0.2.3 --- icalendar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icalendar.ts b/icalendar.ts index ee5f375..86980c8 100644 --- a/icalendar.ts +++ b/icalendar.ts @@ -8,7 +8,7 @@ console.log("[iCalendar] Plug loading..."); // Constants // ============================================================================ -const VERSION = "0.2.2"; +const VERSION = "0.2.3"; const CACHE_KEY = "icalendar:lastSync"; const DEFAULT_CACHE_DURATION_SECONDS = 21600; // 6 hours