From c9a703975d038c19fef6d7aa592f80dabb6ae984 Mon Sep 17 00:00:00 2001 From: sstent Date: Fri, 20 Feb 2026 13:49:08 -0800 Subject: [PATCH] chore: Bump version to 0.3.32 --- PLUG.md | 2 +- deno.json | 2 +- icalendar.plug.yaml | 2 +- icalendar.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PLUG.md b/PLUG.md index 56cd5a8..85f5fb8 100644 --- a/PLUG.md +++ b/PLUG.md @@ -1,6 +1,6 @@ --- name: Library/sstent/icalendar -version: "0.3.31" +version: "0.3.32" tags: meta/library files: - icalendar.plug.js diff --git a/deno.json b/deno.json index dc0c802..589e54c 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "icalendar-plug", - "version": "0.3.31", + "version": "0.3.32", "nodeModulesDir": "auto", "tasks": { "sync-version": "deno run -A scripts/sync-version.ts", diff --git a/icalendar.plug.yaml b/icalendar.plug.yaml index 39c88f1..6e6e0a1 100644 --- a/icalendar.plug.yaml +++ b/icalendar.plug.yaml @@ -1,5 +1,5 @@ name: icalendar -version: 0.3.31 +version: 0.3.32 author: sstent index: icalendar.ts # Legacy SilverBullet permission name diff --git a/icalendar.ts b/icalendar.ts index 302651a..3f3560f 100644 --- a/icalendar.ts +++ b/icalendar.ts @@ -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.31"; +const VERSION = "0.3.32"; const CACHE_KEY = "icalendar:lastSync"; console.log(`[iCalendar] Plug script executing at top level (Version ${VERSION})`);