From d4b8fea8f95f22d81516caa0e7669386600300b1 Mon Sep 17 00:00:00 2001 From: sstent Date: Tue, 17 Feb 2026 13:43:45 -0800 Subject: [PATCH] Build: Correctly build v0.3.1 with version bump in code --- icalendar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icalendar.ts b/icalendar.ts index fee5ee5..1f092c6 100644 --- a/icalendar.ts +++ b/icalendar.ts @@ -1,7 +1,7 @@ import { clientStore, config, datastore, editor, index } from "@silverbulletmd/silverbullet/syscalls"; import { convertIcsCalendar, type IcsCalendar, type IcsEvent, type IcsDateObjects } from "ts-ics"; -const VERSION = "0.3.0"; +const VERSION = "0.3.1"; const CACHE_KEY = "icalendar:lastSync"; const DEFAULT_CACHE_DURATION_SECONDS = 21600; // 6 hours