From 0c8c5dfafb7a11e8e7c49fc8c9f70a95e63ff0d7 Mon Sep 17 00:00:00 2001 From: Woyten Date: Mon, 4 Dec 2023 19:39:32 +0100 Subject: [PATCH] Prepare next tune-cli version --- Cargo.lock | 2 +- microwave/Cargo.toml | 2 +- tune-cli/Cargo.toml | 2 +- tune-cli/README.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ff5812e..ba0a5689 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4364,7 +4364,7 @@ dependencies = [ [[package]] name = "tune-cli" -version = "0.26.0" +version = "0.27.0" dependencies = [ "clap", "midir", diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index 7b3d601a..c7776f91 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -33,7 +33,7 @@ ringbuf = "0.3.2" serde = "1.0.117" serde_yaml = "0.8.14" tune = { version = "0.34.0", path = ".." } -tune-cli = { version = "0.26.0", path = "../tune-cli" } +tune-cli = { version = "0.27.0", path = "../tune-cli" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] env_logger = "0.10.0" diff --git a/tune-cli/Cargo.toml b/tune-cli/Cargo.toml index 60c0225b..bbca1f8e 100644 --- a/tune-cli/Cargo.toml +++ b/tune-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tune-cli" -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/tree/main/tune-cli" diff --git a/tune-cli/README.md b/tune-cli/README.md index 4ef6a45e..fe8c48f9 100644 --- a/tune-cli/README.md +++ b/tune-cli/README.md @@ -22,9 +22,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.26.0 (Linux)](https://github.com/Woyten/tune/releases/download/tune-cli-0.26.0/tune-cli-0.26.0-x86_64-unknown-linux-gnu.zip) -- [tune-cli 0.26.0 (Windows)](https://github.com/Woyten/tune/releases/download/tune-cli-0.26.0/tune-cli-0.26.0-x86_64-pc-windows-msvc.zip) -- [tune-cli 0.26.0 (macOS)](https://github.com/Woyten/tune/releases/download/tune-cli-0.26.0/tune-cli-0.26.0-x86_64-apple-darwin.zip) +- [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) Option C: Use [Rust](https://www.rust-lang.org) and Cargo to build a fresh binary from scratch for your specific target architecture: