Bump version to 0.2.2
All checks were successful
Build SilverBullet Plug / build (push) Successful in 26s

This commit is contained in:
2026-02-16 08:10:15 -08:00
parent 099374e878
commit f2fedb690c

View File

@@ -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