Chore: Force update by iterating to 0.3.27
All checks were successful
Build SilverBullet Plug / build (push) Successful in 39s

This commit is contained in:
2026-02-19 08:59:59 -08:00
parent 3ec078f18e
commit 5f9d062d09
6 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import { convertIcsCalendar } from "https://esm.sh/ts-ics@2.4.0";
import { RRule, RRuleSet } from "rrule";
import { getUtcOffsetMs, resolveIanaName } from "./timezones.ts";
const VERSION = "0.3.26";
const VERSION = "0.3.27";
const CACHE_KEY = "icalendar:lastSync";
console.log(`[iCalendar] Plug script executing at top level (Version ${VERSION})`);