diff --git a/Cargo.lock b/Cargo.lock index d9c7029..f4f1dd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -579,7 +579,7 @@ checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31" [[package]] name = "obsidian-typst" -version = "0.4.1" +version = "0.4.2" dependencies = [ "comemo", "elsa", diff --git a/Cargo.toml b/Cargo.toml index b82e754..e693305 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obsidian-typst" -version = "0.4.1" +version = "0.4.2" authors = ["fenjalien"] edition = "2021" description = "Renders `typst` code blocks to images with Typst." diff --git a/manifest.json b/manifest.json index be663f6..8dfaa57 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "obsidian-typst", + "id": "typst", "name": "Obsidian Typst", - "version": "0.4.1", + "version": "0.4.2", "minAppVersion": "1.0.0", "description": "Renders `typst` code blocks and math blocks to images with Typst.", "author": "fenjalien", "authorUrl": "https://github.com/fenjalien", - "isDesktopOnly": true + "fundingUrl": "https://github.com/sponsors/fenjalien" } \ No newline at end of file diff --git a/package.json b/package.json index 3ad368c..b677b7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-typst-plugin", - "version": "0.4.1", + "version": "0.4.2", "description": "Renders `typst` code blocks to images with Typst.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3e26717..cb4131c 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.4.2": "1.0.0", "0.4.1": "1.0.0", "0.4.0": "1.0.0", "0.3.0": "1.0.0",