forked from GitHubMirrors/silverbullet-icalendar
Feat: Increment version to 0.3.21
All checks were successful
Build SilverBullet Plug / build (push) Successful in 31s
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:
@@ -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
|
||||
|
||||
@@ -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})`);
|
||||
|
||||
Reference in New Issue
Block a user