forked from GitHubMirrors/silverbullet-icalendar
Bump version to 0.2.2
All checks were successful
Build SilverBullet Plug / build (push) Successful in 26s
All checks were successful
Build SilverBullet Plug / build (push) Successful in 26s
This commit is contained in:
@@ -6,7 +6,7 @@ import { convertIcsCalendar, type IcsCalendar, type IcsEvent, type IcsDateObject
|
||||
// Constants
|
||||
// ============================================================================
|
||||
|
||||
const VERSION = "0.2.1";
|
||||
const VERSION = "0.2.2";
|
||||
const CACHE_KEY = "icalendar:lastSync";
|
||||
const DEFAULT_CACHE_DURATION_SECONDS = 21600; // 6 hours
|
||||
|
||||
|
||||
Reference in New Issue
Block a user