diff --git a/Cargo.lock b/Cargo.lock index d3c17043..22b88552 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2837,7 +2837,7 @@ dependencies = [ [[package]] name = "tune" -version = "0.15.0" +version = "0.16.0" dependencies = [ "assert_approx_eq", ] diff --git a/Cargo.toml b/Cargo.toml index a71adf58..236a1ad0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tune" -version = "0.15.0" +version = "0.16.0" authors = ["Woyten "] description = "Explore musical tunings and create synthesizer tuning files for microtonal scales." repository = "https://github.com/Woyten/tune/" diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index 9336ca8f..496280dc 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -21,5 +21,5 @@ midir = "0.6.2" nannou = "0.14.1" nannou_audio = "0.14.0" structopt = "0.3.16" -tune = { version = "0.15.0", path = ".." } +tune = { version = "0.16.0", path = ".." } tune-cli = { version = "0.12.0", path = "../tune-cli"} diff --git a/tune-cli/Cargo.toml b/tune-cli/Cargo.toml index 93c4abc7..d1168595 100644 --- a/tune-cli/Cargo.toml +++ b/tune-cli/Cargo.toml @@ -18,4 +18,4 @@ midir = "0.6.2" serde = { version = "1.0.106", features = ["derive"] } serde_json = "1.0.51" structopt = "0.3.13" -tune = { version = "0.15.0", path = ".." } \ No newline at end of file +tune = { version = "0.16.0", path = ".." } \ No newline at end of file