Skip to content

Commit 98599dc

Browse files
committed
bump version to 0.2.1
1 parent 6314e9b commit 98599dc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Notation Viewer"
66

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

2424
[dependencies]
25-
notation_bevy = { path = "../../crates/notation_bevy" }
25+
notation_bevy = { version = "0.2.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.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"
@@ -38,7 +38,7 @@ native = [
3838
notation_bevy_utils = { version = "0.2.0", path = "../notation_bevy_utils" }
3939

4040
notation_model = { version = "0.2.0", path = "../notation_model" }
41-
notation_midi = { version = "0.2.0", path = "../notation_midi" }
41+
notation_midi = { version = "0.2.1", path = "../notation_midi" }
4242

4343
serde = {version = "1.0.126", features = ["derive"]}
4444
# https://github.com/serde-rs/serde/issues/1937

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

0 commit comments

Comments
 (0)