From 05b8642d5a47849c235c1b337ce5867d0f302724 Mon Sep 17 00:00:00 2001 From: YJ Park Date: Thu, 23 Dec 2021 20:20:34 +0800 Subject: [PATCH] bump version --- Cargo.lock | 2 +- crates/notation_bevy/Cargo.toml | 2 +- crates/notation_bevy_utils/Cargo.toml | 2 +- crates/{publish-crates.ps1 => publish-crates.md} | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) rename crates/{publish-crates.ps1 => publish-crates.md} (66%) diff --git a/Cargo.lock b/Cargo.lock index 6ae99012..2b81bd49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2834,7 +2834,7 @@ dependencies = [ [[package]] name = "notation_bevy_utils" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "bevy", diff --git a/crates/notation_bevy/Cargo.toml b/crates/notation_bevy/Cargo.toml index f8cb090e..1f4fc8eb 100644 --- a/crates/notation_bevy/Cargo.toml +++ b/crates/notation_bevy/Cargo.toml @@ -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" } diff --git a/crates/notation_bevy_utils/Cargo.toml b/crates/notation_bevy_utils/Cargo.toml index d7e0ee97..be3fd94a 100644 --- a/crates/notation_bevy_utils/Cargo.toml +++ b/crates/notation_bevy_utils/Cargo.toml @@ -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" diff --git a/crates/publish-crates.ps1 b/crates/publish-crates.md similarity index 66% rename from crates/publish-crates.ps1 rename to crates/publish-crates.md index 6d79cc21..0408479c 100644 --- a/crates/publish-crates.ps1 +++ b/crates/publish-crates.md @@ -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 @@ -24,4 +27,4 @@ cargo publish cd ../notation_bevy cargo publish - +```