Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fenjalien committed Jun 2, 2023
1 parent 04bb447 commit 9f60ef0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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."
Expand Down
6 changes: 3 additions & 3 deletions 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"
}
2 changes: 1 addition & 1 deletion 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": {
Expand Down
1 change: 1 addition & 0 deletions 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",
Expand Down

0 comments on commit 9f60ef0

Please sign in to comment.