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 49f1b58 commit ad45eebCopy full SHA for ad45eeb
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@silverbulletmd/silverbullet",
3
- "version": "2.5.1",
+ "version": "2.5.2",
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.5.1";
+export const version = "2.5.2";
0 commit comments