diff --git a/Cargo.lock b/Cargo.lock index 9ddf3cae..9f0fb764 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2978,7 +2978,7 @@ dependencies = [ [[package]] name = "tune-cli" -version = "0.14.0" +version = "0.14.1" dependencies = [ "midir", "serde", diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index 80812cff..ed86fd85 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -22,4 +22,4 @@ nannou = "0.15.0" nannou_audio = "0.15.0" structopt = "0.3.16" tune = { version = "0.18.0", path = ".." } -tune-cli = { version = "0.14.0", path = "../tune-cli"} +tune-cli = { version = "0.14.1", path = "../tune-cli"} diff --git a/tune-cli/Cargo.toml b/tune-cli/Cargo.toml index d2ac2e6e..6b3b175b 100644 --- a/tune-cli/Cargo.toml +++ b/tune-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tune-cli" -version = "0.14.0" +version = "0.14.1" authors = ["Woyten "] description = "Explore musical tunings and create synthesizer tuning files for microtonal scales." repository = "https://github.com/Woyten/tune/tree/master/tune-cli"