diff --git a/Cargo.lock b/Cargo.lock index fb914bf6..407c96f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3355,7 +3355,7 @@ checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc" [[package]] name = "tune" -version = "0.25.0" +version = "0.26.0" dependencies = [ "assert_approx_eq", ] diff --git a/Cargo.toml b/Cargo.toml index aa249995..dc07bb3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tune" -version = "0.25.0" +version = "0.26.0" authors = ["Woyten "] description = "Explore musical tunings and create synthesizer tuning files for microtonal scales." repository = "https://github.com/Woyten/tune/" diff --git a/fluid-xenth/Cargo.toml b/fluid-xenth/Cargo.toml index ccb9ba9a..3dd75ef9 100644 --- a/fluid-xenth/Cargo.toml +++ b/fluid-xenth/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] fluidlite = "0.2.0" -tune = { version = "0.25.0", path = ".." } +tune = { version = "0.26.0", path = ".." } [dev-dependencies] hound = "3.4.0" diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index 29b0b27c..027dd5d6 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -26,7 +26,7 @@ ringbuf = "0.2.2" structopt = "0.3.16" serde = "1.0.117" serde_yaml = "0.8.14" -tune = { version = "0.25.0", path = ".." } +tune = { version = "0.26.0", path = ".." } tune-cli = { version = "0.19.0", path = "../tune-cli" } [dev-dependencies] diff --git a/tune-cli/Cargo.toml b/tune-cli/Cargo.toml index 11710730..98db05c9 100644 --- a/tune-cli/Cargo.toml +++ b/tune-cli/Cargo.toml @@ -19,7 +19,7 @@ midir = "0.7.0" serde = { version = "1.0.106", features = ["derive"] } serde_yaml = "0.8.16" structopt = "0.3.13" -tune = { version = "0.25.0", path = ".." } +tune = { version = "0.26.0", path = ".." } wasm-bindgen = { version = "0.2.69", optional = true } yew = { version = "0.17.3", optional = true }