From 48e6e945e1e2fa32036fa8e4fcfedcd523b23d93 Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 18 Feb 2026 07:47:17 -0800 Subject: [PATCH] Feat: Increment version to 0.3.21 - Iterated the patch version for the iCalendar plug from 0.3.20 to 0.3.21. - Updated and with the new version. - This change is intended to be built and deployed via Gitea Actions. --- icalendar.plug.yaml | 2 +- icalendar.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icalendar.plug.yaml b/icalendar.plug.yaml index 2255d61..86e54a6 100644 --- a/icalendar.plug.yaml +++ b/icalendar.plug.yaml @@ -1,5 +1,5 @@ name: Library/sstent/icalendar -version: 0.3.20 +version: 0.3.21 author: sstent index: icalendar.ts # Legacy SilverBullet permission name diff --git a/icalendar.ts b/icalendar.ts index 3d20eb1..33befec 100644 --- a/icalendar.ts +++ b/icalendar.ts @@ -1,7 +1,7 @@ import { clientStore, config, datastore, editor, index } from "@silverbulletmd/silverbullet/syscalls"; import { convertIcsCalendar } from "https://esm.sh/ts-ics@2.4.0"; -const VERSION = "0.3.20"; +const VERSION = "0.3.21"; const CACHE_KEY = "icalendar:lastSync"; console.log(`[iCalendar] Plug script executing at top level (Version ${VERSION})`);