From 924902f6dbb5d89a28f5155d00ac1bcaea60daff Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Thu, 14 Nov 2024 21:28:52 +0100 Subject: [PATCH] 0.10.1 --- cmd/compile.ts | 2 +- deno.json | 2 +- version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/compile.ts b/cmd/compile.ts index a6e62a72..482bd189 100644 --- a/cmd/compile.ts +++ b/cmd/compile.ts @@ -4,7 +4,7 @@ import { denoPlugins } from "@luca/esbuild-deno-loader"; import * as esbuild from "esbuild"; import { bundleAssets } from "../lib/asset_bundle/builder.ts"; import type { Manifest } from "../lib/plugos/types.ts"; -// import { version } from "../version.ts"; +import { version } from "../version.ts"; // const workerRuntimeUrl = new URL( // "../lib/plugos/worker_runtime.ts", diff --git a/deno.json b/deno.json index 1d611ea2..6ccf1c23 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@silverbulletmd/silverbullet", - "version": "0.10.0", + "version": "0.10.1", "exports": { "./syscall": "./plug-api/syscall.ts", "./syscalls": "./plug-api/syscalls.ts", diff --git a/version.ts b/version.ts index 31d5aed3..ade1600e 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.10.0"; +export const version = "0.10.1";