Feat: Increment version to 0.3.21
All checks were successful
Build SilverBullet Plug / build (push) Successful in 31s

- 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.
This commit is contained in:
2026-02-18 07:47:17 -08:00
parent 1cd6fd490b
commit 48e6e945e1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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})`);