Skip to content

Commit c528353

Browse files
committed
bump version
1 parent 86a5c33 commit c528353

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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_kb/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_kb"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
edition = "2021"
55
description = "Fun Notation Knowledge Base"
66

apps/notation_viewer/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_viewer"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
edition = "2021"
55
description = "Notation Viewer"
66

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.4.4"
3+
version = "0.4.5"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"
@@ -36,7 +36,7 @@ notation_bevy_utils = { version = "0.4.2", path = "../notation_bevy_utils" }
3636

3737
notation_model = { version = "0.4.4", path = "../notation_model" }
3838

39-
notation_midi = { version = "0.4.4", path = "../notation_midi", optional = true }
39+
notation_midi = { version = "0.4.5", path = "../notation_midi", optional = true }
4040
notation_dsl = { version = "0.4.4", path = "../notation_dsl", optional = true }
4141

4242
serde = { version = "1.0.133", features = [ "derive" ] }

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

0 commit comments

Comments
 (0)