Skip to content

Commit 7571ad1

Browse files
committed
2.0.0
1 parent f5cd8ce commit 7571ad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@silverbulletmd/silverbullet",
3-
"version": "2.0.0-rc3",
3+
"version": "2.0.0",
44
"exports": {
55
"./syscall": "./plug-api/syscall.ts",
66
"./syscalls": "./plug-api/syscalls.ts",

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "2.0.0-rc3";
1+
export const version = "2.0.0";

0 commit comments

Comments
 (0)