Skip to content

Commit 361f98a

Browse files
committed
bump version
1 parent a2d5645 commit 361f98a

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/notation_viewer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_viewer"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = "Notation Viewer"
66

@@ -22,4 +22,4 @@ inspector = [
2222
]
2323

2424
[dependencies]
25-
notation_bevy = { version = "0.3.0", path = "../../crates/notation_bevy" }
25+
notation_bevy = { version = "0.3.1", path = "../../crates/notation_bevy" }

apps/notation_viewer_cn/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_viewer_cn"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = "Notation Viewer (Chinese)"
66

@@ -23,4 +23,4 @@ inspector = [
2323
]
2424

2525
[dependencies]
26-
notation_bevy = { version = "0.3.0", path = "../../crates/notation_bevy" }
26+
notation_bevy = { version = "0.3.1", path = "../../crates/notation_bevy" }

crates/notation_bevy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_bevy"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"
@@ -38,7 +38,7 @@ chinese = [
3838
]
3939

4040
[dependencies]
41-
notation_bevy_utils = { version = "0.3.0", path = "../notation_bevy_utils" }
41+
notation_bevy_utils = { version = "0.3.1", path = "../notation_bevy_utils" }
4242

4343
notation_model = { version = "0.3.0", path = "../notation_model" }
4444
notation_midi = { version = "0.3.0", path = "../notation_midi" }

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.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"

0 commit comments

Comments
 (0)