Skip to content

Commit 05b8642

Browse files
committed
bump version
1 parent 5b0456f commit 05b8642

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/notation_bevy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ native = [
3535
]
3636

3737
[dependencies]
38-
notation_bevy_utils = { version = "0.2.0", path = "../notation_bevy_utils" }
38+
notation_bevy_utils = { version = "0.3.0", path = "../notation_bevy_utils" }
3939

4040
notation_model = { version = "0.3.0", path = "../notation_model" }
4141
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.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"

crates/publish-crates.ps1 renamed to crates/publish-crates.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Note: there is a delay between publish and download, so can't just run this automatically, currently do it manually, the order of packages is important.
2+
3+
```
14
cd notation_core
25
cargo publish
36
@@ -24,4 +27,4 @@ cargo publish
2427
2528
cd ../notation_bevy
2629
cargo publish
27-
30+
```

0 commit comments

Comments
 (0)