From f2fedb690c7a336474993a05221f7407a6d6285b Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 16 Feb 2026 08:10:15 -0800 Subject: [PATCH] Bump version to 0.2.2 --- icalendar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icalendar.ts b/icalendar.ts index f9053ad..738b59c 100644 --- a/icalendar.ts +++ b/icalendar.ts @@ -6,7 +6,7 @@ import { convertIcsCalendar, type IcsCalendar, type IcsEvent, type IcsDateObject // Constants // ============================================================================ -const VERSION = "0.2.1"; +const VERSION = "0.2.2"; const CACHE_KEY = "icalendar:lastSync"; const DEFAULT_CACHE_DURATION_SECONDS = 21600; // 6 hours