diff --git a/Cargo.lock b/Cargo.lock index 2193ab5c..de7f7522 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4499,7 +4499,7 @@ dependencies = [ [[package]] name = "tune-cli" -version = "0.27.0" +version = "0.28.0" dependencies = [ "async-std", "clap", diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index 09e15f78..cdc6b8e7 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -33,7 +33,7 @@ ringbuf = "0.4.0" serde = "1.0.117" serde_yaml = "0.8.14" tune = { version = "0.35.0", path = ".." } -tune-cli = { version = "0.27.0", path = "../tune-cli" } +tune-cli = { version = "0.28.0", path = "../tune-cli" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] env_logger = "0.11.0" diff --git a/tune-cli/Cargo.toml b/tune-cli/Cargo.toml index d0859f28..64fc636e 100644 --- a/tune-cli/Cargo.toml +++ b/tune-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tune-cli" -version = "0.27.0" +version = "0.28.0" authors = ["Woyten "] description = "Explore musical tunings and create synthesizer tuning files for microtonal scales." repository = "https://github.com/Woyten/tune/tree/main/tune-cli"