We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dc5f8 commit f545497Copy full SHA for f545497
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@silverbulletmd/silverbullet",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"tasks": {
5
"build": "make clean && deno run -A build_plugs_libraries.ts && deno run -A build_client.ts",
6
"build-production": "deno task build --production",
version.ts
@@ -1 +1 @@
-export const version = "2.0.0";
+export const version = "2.1.0";
0 commit comments