diff --git a/Cargo.lock b/Cargo.lock index e6799213..dacd4dda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3327,7 +3327,7 @@ checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd" [[package]] name = "tune" -version = "0.32.0" +version = "0.32.1" dependencies = [ "assert_approx_eq", ] diff --git a/Cargo.toml b/Cargo.toml index 7566642e..0a1507ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tune" -version = "0.32.0" +version = "0.32.1" 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 2c52dd91..d1f6e88b 100644 --- a/fluid-xenth/Cargo.toml +++ b/fluid-xenth/Cargo.toml @@ -16,7 +16,7 @@ sf3 = ["oxisynth/sf3"] [dependencies] oxisynth = "0.0.2" -tune = { version = "0.32.0", path = ".." } +tune = { version = "0.32.1", path = ".." } [dev-dependencies] hound = "3.4.0" diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index 1a863362..abb7cc75 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -28,7 +28,7 @@ rand = { version = "0.8.3", features = ["small_rng"] } ringbuf = "0.2.2" serde = "1.0.117" serde_yaml = "0.8.14" -tune = { version = "0.32.0", path = ".." } +tune = { version = "0.32.1", path = ".." } tune-cli = { version = "0.25.0", path = "../tune-cli" } [dev-dependencies] diff --git a/tune-cli/Cargo.toml b/tune-cli/Cargo.toml index b696b522..f558e118 100644 --- a/tune-cli/Cargo.toml +++ b/tune-cli/Cargo.toml @@ -15,4 +15,4 @@ clap = { version = "4.0.29", features = ["derive"] } midir = "0.9.0" serde = { version = "1.0.106", features = ["derive"] } serde_yaml = "0.8.16" -tune = { version = "0.32.0", path = ".." } +tune = { version = "0.32.1", path = ".." }