From 777a59e75399906a593edb3b551154cea30f0ef7 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sun, 18 Aug 2024 17:23:21 +0200 Subject: [PATCH] 0.9.2 --- deno.json | 2 +- version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index cc4baf2c..41162353 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@silverbulletmd/silverbullet", - "version": "0.9.1", + "version": "0.9.2", "exports": { "./syscall": "./plug-api/syscall.ts", "./syscalls": "./plug-api/syscalls.ts", diff --git a/version.ts b/version.ts index d0801483..40c29d14 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.9.1"; +export const version = "0.9.2";