Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zefhemel committed Nov 14, 2024
1 parent 711d634 commit 924902f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "0.10.0";
export const version = "0.10.1";

0 comments on commit 924902f

Please sign in to comment.