Skip to content

Commit 035fb4b

Browse files
committed
bump version
1 parent bafb105 commit 035fb4b

File tree

11 files changed

+31
-31
lines changed

11 files changed

+31
-31
lines changed

Cargo.lock

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

crates/notation_bevy/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_bevy"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"
@@ -32,12 +32,12 @@ dsl = [
3232
]
3333

3434
[dependencies]
35-
notation_bevy_utils = { version = "0.4.0", path = "../notation_bevy_utils" }
35+
notation_bevy_utils = { version = "0.4.2", path = "../notation_bevy_utils" }
3636

37-
notation_model = { version = "0.4.0", path = "../notation_model" }
37+
notation_model = { version = "0.4.2", path = "../notation_model" }
3838

39-
notation_midi = { version = "0.4.0", path = "../notation_midi", optional = true }
40-
notation_dsl = { version = "0.4.0", path = "../notation_dsl", optional = true }
39+
notation_midi = { version = "0.4.2", path = "../notation_midi", optional = true }
40+
notation_dsl = { version = "0.4.2", path = "../notation_dsl", optional = true }
4141

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

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

crates/notation_dsl/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_dsl"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"
@@ -12,7 +12,7 @@ description = "Fun notation - DSL to create notation files"
1212
[lib]
1313

1414
[dependencies]
15-
notation_proto = { version = "0.4.0", path = "../notation_proto" }
15+
notation_proto = { version = "0.4.2", path = "../notation_proto" }
1616

1717
syn = { version = "1.0", features = ["full"] }
1818
quote = "1.0"

crates/notation_macro/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_macro"
3-
version = "0.4.0"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"
@@ -13,4 +13,4 @@ description = "Fun notation - DSL to create notation files"
1313
proc-macro = true
1414

1515
[dependencies]
16-
notation_dsl = { version = "0.4.0", path = "../notation_dsl" }
16+
notation_dsl = { version = "0.4.2", path = "../notation_dsl" }

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.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"
@@ -13,7 +13,7 @@ description = "Fun notation - midi features"
1313
[features]
1414

1515
[dependencies]
16-
notation_model = { version = "0.4.0", path = "../notation_model" }
16+
notation_model = { version = "0.4.2", path = "../notation_model" }
1717
notation_audio = { version = "0.4.0", path = "../notation_audio" }
1818

1919
midir = "0.7"

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.4.1"
3+
version = "0.4.2"
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.4.0", path = "../notation_proto" }
14+
notation_proto = { version = "0.4.2", 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_proto"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"

0 commit comments

Comments
 (0)