Skip to content

Commit f44f00f

Browse files
committed
2.2.1
1 parent 93b3994 commit f44f00f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.0",
3+
"version": "2.2.1",
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",

plug-api/lib/crypto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export async function deriveDbName(
6060
spaceFolderPath: string,
6161
baseURI: string,
6262
encryptionKey?: CryptoKey,
63-
) {
63+
): Promise<string> {
6464
let keyPart = "";
6565
if (encryptionKey) {
6666
keyPart = await exportKey(encryptionKey);

version.ts

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

0 commit comments

Comments
 (0)