bump version

This commit is contained in:
Jack
2023-09-01 00:01:49 +01:00
parent d452136b0b
commit 66617318d8
5 changed files with 6 additions and 5 deletions

2
compiler/Cargo.lock generated
View File

@ -966,7 +966,7 @@ checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31"
[[package]]
name = "obsidian-typst"
version = "0.5.1"
version = "0.6.0"
dependencies = [
"ariadne",
"comemo",

View File

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

View File

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

View File

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

View File

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