From 09b6d3357b3280e6e93bc967a6537a84ab206d9b Mon Sep 17 00:00:00 2001 From: Woyten Date: Fri, 8 Oct 2021 18:10:44 +0200 Subject: [PATCH] Prepare next version --- Cargo.lock | 2 +- Cargo.toml | 2 +- fluid-xenth/Cargo.toml | 2 +- microwave/Cargo.toml | 2 +- tune-cli/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23878b67..57c07834 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3416,7 +3416,7 @@ checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc" [[package]] name = "tune" -version = "0.26.0" +version = "0.27.0" dependencies = [ "assert_approx_eq", ] diff --git a/Cargo.toml b/Cargo.toml index dc07bb3a..48862765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tune" -version = "0.26.0" +version = "0.27.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 3dd75ef9..321f50fd 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.26.0", path = ".." } +tune = { version = "0.27.0", path = ".." } [dev-dependencies] hound = "3.4.0" diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index 3e276ec1..334a595e 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.26.0", path = ".." } +tune = { version = "0.27.0", path = ".." } tune-cli = { version = "0.20.0", path = "../tune-cli" } [dev-dependencies] diff --git a/tune-cli/Cargo.toml b/tune-cli/Cargo.toml index 0cc085fa..a4b3bb08 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.26.0", path = ".." } +tune = { version = "0.27.0", path = ".." } wasm-bindgen = { version = "0.2.69", optional = true } yew = { version = "0.17.3", optional = true }