Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Jan 23, 2024
1 parent 71e9675 commit 41429bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unicode-math-class-wasm"
version = "1.0.0+0.1.0"
version = "2.0.0+0.1.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ setup:

publish:
target_directory=$$(cargo metadata --format-version=1 | jq -r .'target_directory') \
echo -n | gh release create \
&& echo -n | gh release create \
"v$$(cargo pkgid | cut -d'#' -f2 | cut -d'@' -f2)" \
--generate-notes \
$(GHFLAGS) \
Expand Down
2 changes: 1 addition & 1 deletion wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package typst-community:unicode-math-class@1.0.0;
package typst-community:unicode-math-class@2.0.0;

interface types {
/// <https://docs.rs/unicode-math-class/0.1.0/unicode_math_class/enum.MathClass.html>
Expand Down

0 comments on commit 41429bc

Please sign in to comment.