Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yjpark committed Dec 23, 2021
1 parent 5b0456f commit 05b8642
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/notation_bevy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ native = [
]

[dependencies]
notation_bevy_utils = { version = "0.2.0", path = "../notation_bevy_utils" }
notation_bevy_utils = { version = "0.3.0", path = "../notation_bevy_utils" }

notation_model = { version = "0.3.0", path = "../notation_model" }
notation_midi = { version = "0.3.0", path = "../notation_midi" }
Expand Down
2 changes: 1 addition & 1 deletion crates/notation_bevy_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notation_bevy_utils"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://www.notation.fun"
Expand Down
5 changes: 4 additions & 1 deletion crates/publish-crates.ps1 → crates/publish-crates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
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.

```
cd notation_core
cargo publish
Expand All @@ -24,4 +27,4 @@ cargo publish
cd ../notation_bevy
cargo publish

```

0 comments on commit 05b8642

Please sign in to comment.