From 0f35474913b59a11ac03652da571ce58662a27a6 Mon Sep 17 00:00:00 2001 From: Woyten Date: Thu, 11 Jul 2024 14:00:06 +0200 Subject: [PATCH] Prepare next fluid-xenth version --- Cargo.lock | 2 +- fluid-xenth/Cargo.toml | 2 +- microwave/Cargo.toml | 2 +- tune-cli/README.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de7f7522..0a8c2e7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2043,7 +2043,7 @@ dependencies = [ [[package]] name = "fluid-xenth" -version = "0.8.0" +version = "0.9.0" dependencies = [ "hound", "oxisynth", diff --git a/fluid-xenth/Cargo.toml b/fluid-xenth/Cargo.toml index aa1a63ca..9ef3473e 100644 --- a/fluid-xenth/Cargo.toml +++ b/fluid-xenth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fluid-xenth" -version = "0.8.0" +version = "0.9.0" authors = ["Woyten "] description = "Stop making music with notes. Use pitches." repository = "https://github.com/Woyten/tune/tree/main/fluid-xenth" diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index cdc6b8e7..aa89ff31 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -23,7 +23,7 @@ chrono = "0.4.15" clap = { version = "4.0.29", features = ["derive", "env"] } cpal = { version = "0.15.0", features = ["wasm-bindgen"] } flume = "0.11.0" -fluid-xenth = { version = "0.8.0", path = "../fluid-xenth" } +fluid-xenth = { version = "0.9.0", path = "../fluid-xenth" } hound = "3.4.0" log = "0.4.17" magnetron = { version = "0.5.0", path = "../magnetron" } diff --git a/tune-cli/README.md b/tune-cli/README.md index 4d572ef6..dc6f8582 100644 --- a/tune-cli/README.md +++ b/tune-cli/README.md @@ -23,9 +23,9 @@ Option A: Try out the browser app to get a very first impression: Option B: Download a precompiled version of `tune-cli` for the supported target architectures: -- [tune-cli 0.27.0 (Linux)](https://github.com/Woyten/tune/releases/download/tune-cli-0.27.0/tune-cli-0.27.0-x86_64-unknown-linux-gnu.zip) -- [tune-cli 0.27.0 (Windows)](https://github.com/Woyten/tune/releases/download/tune-cli-0.27.0/tune-cli-0.27.0-x86_64-pc-windows-msvc.zip) -- [tune-cli 0.27.0 (macOS)](https://github.com/Woyten/tune/releases/download/tune-cli-0.27.0/tune-cli-0.27.0-x86_64-apple-darwin.zip) +- [tune-cli 0.28.0 (Linux)](https://github.com/Woyten/tune/releases/download/tune-cli-0.28.0/tune-cli-0.28.0-x86_64-unknown-linux-gnu.zip) +- [tune-cli 0.28.0 (Windows)](https://github.com/Woyten/tune/releases/download/tune-cli-0.28.0/tune-cli-0.28.0-x86_64-pc-windows-msvc.zip) +- [tune-cli 0.28.0 (macOS)](https://github.com/Woyten/tune/releases/download/tune-cli-0.28.0/tune-cli-0.28.0-x86_64-apple-darwin.zip) Option C: Use [Rust](https://www.rust-lang.org) and Cargo to build a fresh binary from scratch for your specific target architecture: