pull/1081/head 0.9.4
Zef Hemel 2024-09-04 19:34:12 +02:00
parent e42a6844e9
commit ea5adebbbd
3 changed files with 3 additions and 3 deletions

View File

@ -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/*]]"
\`\`\`

View File

@ -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",

View File

@ -1 +1 @@
export const version = "0.9.3";
export const version = "0.9.4";