Bump version

This commit is contained in:
Jack
2023-06-02 05:12:06 +01:00
parent 04bb4474bf
commit 9f60ef0a10
5 changed files with 7 additions and 6 deletions

2
Cargo.lock generated
View File

@ -579,7 +579,7 @@ checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31"
[[package]]
name = "obsidian-typst"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"comemo",
"elsa",

View File

@ -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."

View File

@ -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"
}

View File

@ -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": {

View File

@ -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",