Skip to content

Commit 41429bc

Browse files
authored
v2.0.0
1 parent 71e9675 commit 41429bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unicode-math-class-wasm"
3-
version = "1.0.0+0.1.0"
3+
version = "2.0.0+0.1.0"
44
edition = "2021"
55

66
[dependencies]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ setup:
2323

2424
publish:
2525
target_directory=$$(cargo metadata --format-version=1 | jq -r .'target_directory') \
26-
echo -n | gh release create \
26+
&& echo -n | gh release create \
2727
"v$$(cargo pkgid | cut -d'#' -f2 | cut -d'@' -f2)" \
2828
--generate-notes \
2929
$(GHFLAGS) \

wit/world.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package typst-community:unicode-math-class@1.0.0;
1+
package typst-community:unicode-math-class@2.0.0;
22

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

0 commit comments

Comments
 (0)