From c5c5f16ca526adde000a6adb28d4e7c6f6d6937d Mon Sep 17 00:00:00 2001 From: Woyten Date: Wed, 22 Feb 2023 23:13:22 +0100 Subject: [PATCH] Prepare next microwave version --- Cargo.lock | 2 +- microwave/Cargo.toml | 2 +- microwave/README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55919351..0e65f68e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2551,7 +2551,7 @@ dependencies = [ [[package]] name = "microwave" -version = "0.33.0" +version = "0.34.0" dependencies = [ "assert_approx_eq", "async-std", diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index 13e64c34..8db3b443 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microwave" -version = "0.33.0" +version = "0.34.0" authors = ["Woyten "] description = "Make xenharmonic music and explore musical tunings." repository = "https://github.com/Woyten/tune/tree/master/microwave" diff --git a/microwave/README.md b/microwave/README.md index 2c47e5d9..c5778e42 100644 --- a/microwave/README.md +++ b/microwave/README.md @@ -32,9 +32,9 @@ Option A: Try out the web app to get a very first impression: Option B: Download a precompiled version of `microwave` for the supported target architectures: -- [microwave 0.33.0 (Linux)](https://github.com/Woyten/tune/releases/download/microwave-0.33.0/microwave-0.33.0-x86_64-unknown-linux-gnu.zip) -- [microwave 0.33.0 (Windows)](https://github.com/Woyten/tune/releases/download/microwave-0.33.0/microwave-0.33.0-x86_64-pc-windows-msvc.zip) -- [microwave 0.33.0 (macOS)](https://github.com/Woyten/tune/releases/download/microwave-0.33.0/microwave-0.33.0-x86_64-apple-darwin.zip) +- [microwave 0.34.0 (Linux)](https://github.com/Woyten/tune/releases/download/microwave-0.34.0/microwave-0.34.0-x86_64-unknown-linux-gnu.zip) +- [microwave 0.34.0 (Windows)](https://github.com/Woyten/tune/releases/download/microwave-0.34.0/microwave-0.34.0-x86_64-pc-windows-msvc.zip) +- [microwave 0.34.0 (macOS)](https://github.com/Woyten/tune/releases/download/microwave-0.34.0/microwave-0.34.0-x86_64-apple-darwin.zip) Option C: Use Cargo to build a fresh binary from scratch for your own target architecture: