diff --git a/Cargo.lock b/Cargo.lock index 63c2ad4..af3f883 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,7 +764,7 @@ dependencies = [ [[package]] name = "zed_typst" -version = "0.2.1" +version = "0.2.2" dependencies = [ "zed_extension_api", ] diff --git a/Cargo.toml b/Cargo.toml index 0d0fdb9..e5a2318 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_typst" -version = "0.2.1" +version = "0.2.2" edition = "2021" publish = false diff --git a/extension.toml b/extension.toml index a1da255..c266a35 100644 --- a/extension.toml +++ b/extension.toml @@ -1,7 +1,7 @@ id = "typst" name = "Typst" description = "Typst support." -version = "0.2.1" +version = "0.2.2" schema_version = 1 authors = ["WeetHet "] repository = "https://github.com/weethet/typst.zed"