Skip to content

Commit 51eeb88

Browse files
committed
need to bump more versions, since did some change in chord
1 parent 31473c2 commit 51eeb88

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

Cargo.lock

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

crates/notation_core/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_core"
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"

crates/notation_fretted/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_fretted"
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"
@@ -12,7 +12,7 @@ description = "Fun notation - definition for fretted instruments"
1212
[lib]
1313

1414
[dependencies]
15-
notation_core = { version = "0.3.0", path = "../notation_core" }
15+
notation_core = { version = "0.3.1", path = "../notation_core" }
1616

1717
serde = { version = "1.0.126", features = ["derive"] }
1818

crates/notation_guitar/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_guitar"
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"
@@ -11,7 +11,7 @@ description = "Fun notation - definition for guitar"
1111
[lib]
1212

1313
[dependencies]
14-
notation_core = { version = "0.3.0", path = "../notation_core" }
15-
notation_fretted = { version = "0.3.0", path = "../notation_fretted" }
14+
notation_core = { version = "0.3.1", path = "../notation_core" }
15+
notation_fretted = { version = "0.3.1", path = "../notation_fretted" }
1616

1717
serde = { version = "1.0.126", features = ["derive"] }

crates/notation_midi/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_midi"
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"
@@ -16,7 +16,7 @@ inspector = [
1616
]
1717

1818
[dependencies]
19-
notation_model = { version = "0.3.0", path = "../notation_model" }
19+
notation_model = { version = "0.3.1", path = "../notation_model" }
2020

2121
midir = "0.7"
2222
bevy = { version = "0.5.0", default-features = false }

crates/notation_model/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_model"
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"
@@ -11,7 +11,7 @@ description = "Fun notation - runtime models"
1111
[lib]
1212

1313
[dependencies]
14-
notation_proto = { version = "0.3.0", path = "../notation_proto" }
14+
notation_proto = { version = "0.3.1", path = "../notation_proto" }
1515
thiserror = "1.0"
1616
fehler = "1.0"
1717
uuid = { version = "0.8", features = ["serde", "v4"] }

crates/notation_proto/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_proto"
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"
@@ -15,6 +15,6 @@ description = "Fun notation - protocol for storage"
1515
serde = { version = "1.0.126", features = ["derive", "alloc"] }
1616
uuid = { version = "0.8", features = ["serde", "v4"] }
1717

18-
notation_core = { version = "0.3.0", path = "../notation_core" }
19-
notation_fretted = { version = "0.3.0", path = "../notation_fretted" }
20-
notation_guitar = { version = "0.3.0", path = "../notation_guitar" }
18+
notation_core = { version = "0.3.1", path = "../notation_core" }
19+
notation_fretted = { version = "0.3.1", path = "../notation_fretted" }
20+
notation_guitar = { version = "0.3.1", path = "../notation_guitar" }

0 commit comments

Comments
 (0)