From 80cd15c1b583d5e6112302d22816fc1366f8445f Mon Sep 17 00:00:00 2001 From: sstent Date: Tue, 17 Feb 2026 07:28:51 -0800 Subject: [PATCH] Bump version to 0.2.6 --- PLUG.md | 2 +- icalendar.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PLUG.md b/PLUG.md index 43be2a6..8d24350 100644 --- a/PLUG.md +++ b/PLUG.md @@ -1,6 +1,6 @@ --- name: Library/sstent/icalendar/PLUG -version: 0.2.5 +version: 0.2.6 tags: meta/library files: - icalendar.plug.js diff --git a/icalendar.ts b/icalendar.ts index a24f1df..d256387 100644 --- a/icalendar.ts +++ b/icalendar.ts @@ -2,7 +2,7 @@ import { clientStore, config, datastore, editor, index } from "@silverbulletmd/s import { localDateString } from "@silverbulletmd/silverbullet/lib/dates"; import { convertIcsCalendar, type IcsCalendar, type IcsEvent, type IcsDateObjects } from "ts-ics"; -const VERSION = "0.2.5"; +const VERSION = "0.2.6"; const CACHE_KEY = "icalendar:lastSync"; const DEFAULT_CACHE_DURATION_SECONDS = 21600; // 6 hours