From ea5adebbbdacc62c8bd541adb42594aaa48b0a38 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Wed, 4 Sep 2024 19:34:12 +0200 Subject: [PATCH] 0.9.4 --- common/PAGE_TEMPLATES.ts | 2 +- deno.json | 2 +- version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/PAGE_TEMPLATES.ts b/common/PAGE_TEMPLATES.ts index b6b6290e..29bb7b03 100644 --- a/common/PAGE_TEMPLATES.ts +++ b/common/PAGE_TEMPLATES.ts @@ -5,7 +5,7 @@ This page contains some configuration overrides for SilverBullet. A list of conf To update the [[!silverbullet.md/Libraries|libraries]] specified below, run {[Libraries: Update]} \`\`\`yaml -indexPage: index +indexPage: "[[index]]" libraries: - import: "[[!silverbullet.md/Library/Core/*]]" \`\`\` diff --git a/deno.json b/deno.json index a01d3336..b47fdbeb 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@silverbulletmd/silverbullet", - "version": "0.9.3", + "version": "0.9.4", "exports": { "./syscall": "./plug-api/syscall.ts", "./syscalls": "./plug-api/syscalls.ts", diff --git a/version.ts b/version.ts index 4ca13f1b..1303f9ef 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.9.3"; +export const version = "0.9.4";