From 66617318d80cd48a24d19f7924b8689c4d4835ca Mon Sep 17 00:00:00 2001 From: Jack <34489450+fenjalien@users.noreply.github.com> Date: Fri, 1 Sep 2023 00:01:49 +0100 Subject: [PATCH] bump version --- compiler/Cargo.lock | 2 +- compiler/Cargo.toml | 2 +- manifest.json | 4 ++-- package.json | 2 +- versions.json | 1 + 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/compiler/Cargo.lock b/compiler/Cargo.lock index 4dbffcb..74681ae 100644 --- a/compiler/Cargo.lock +++ b/compiler/Cargo.lock @@ -966,7 +966,7 @@ checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31" [[package]] name = "obsidian-typst" -version = "0.5.1" +version = "0.6.0" dependencies = [ "ariadne", "comemo", diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index 2ec0cbd..9e63efc 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obsidian-typst" -version = "0.5.1" +version = "0.6.0" authors = ["fenjalien"] edition = "2021" description = "Renders `typst` code blocks to images with Typst." diff --git a/manifest.json b/manifest.json index 3af2f39..46862f2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "typst", "name": "Typst Renderer", - "version": "0.5.1", + "version": "0.6.0", "minAppVersion": "1.0.0", - "description": "Renders `typst` code blocks and math blocks to images with Typst.", + "description": "Renders `typst` code blocks and math blocks with Typst.", "author": "fenjalien", "authorUrl": "https://github.com/fenjalien", "fundingUrl": "https://github.com/sponsors/fenjalien" diff --git a/package.json b/package.json index 6b35add..57e2987 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-typst-plugin", - "version": "0.5.1", + "version": "0.6.0", "description": "Renders `typst` code blocks to images with Typst.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index dda8f65..88755ac 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.6.0": "1.0.0", "0.5.1": "1.0.0", "0.5.0": "1.0.0", "0.4.2": "1.0.0",