Skip to content

Commit d5f2e07

Browse files
committed
bump version
1 parent 64771dd commit d5f2e07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

crates/notation_bevy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ chinese = [
4040
]
4141

4242
[dependencies]
43-
notation_bevy_utils = { version = "0.3.2", path = "../notation_bevy_utils" }
43+
notation_bevy_utils = { version = "0.3.4", path = "../notation_bevy_utils" }
4444

4545
notation_model = { version = "0.3.4", path = "../notation_model" }
4646

crates/notation_bevy_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_bevy_utils"
3-
version = "0.3.2"
3+
version = "0.3.4"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"

0 commit comments

Comments
 (0)