Skip to content

Commit 7a57183

Browse files
committed
2.1.3
1 parent f23c32d commit 7a57183

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
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.1.2",
3+
"version": "2.1.3",
44
"tasks": {
55
"build": "make clean && deno run -A build_plugs_libraries.ts && deno run -A build_client.ts",
66
"build-production": "deno task build --production",

version.ts

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

website/Architecture.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
Here’s a diagram (pan around to see it all):
2-
3-
```excalidraw
4-
url:Architecture/Architecture.excalidraw
5-
```
1+
Here’s a diagram (pan around to see it all):
62

73
# Client
84
The client is what you see when you open SilverBullet in a browser tab or window. It renders the UI, interacts with the user, runs [[Plugs]], [[Space Lua]], and maintains the index. 90%+ of logic lives here.

0 commit comments

Comments
 (0)