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