From 5200a098d88608fda0dd15214ba18f2a8167ae35 Mon Sep 17 00:00:00 2001 From: Woyten Date: Sat, 20 Aug 2022 19:03:12 +0200 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 8ef13c9e..b9dc1791 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1749,7 +1749,7 @@ dependencies = [ [[package]] name = "microwave" -version = "0.30.0" +version = "0.31.0" dependencies = [ "assert_approx_eq", "async-std", diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index f664fc62..0d39db85 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microwave" -version = "0.30.0" +version = "0.31.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 a6c5671a..27609bc7 100644 --- a/microwave/README.md +++ b/microwave/README.md @@ -30,9 +30,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.30.0 (Linux)](https://github.com/Woyten/tune/releases/download/microwave-0.30.0/microwave-0.30.0-x86_64-unknown-linux-gnu.zip) -- [microwave 0.30.0 (Windows)](https://github.com/Woyten/tune/releases/download/microwave-0.30.0/microwave-0.30.0-x86_64-pc-windows-msvc.zip) -- [microwave 0.30.0 (macOS)](https://github.com/Woyten/tune/releases/download/microwave-0.30.0/microwave-0.30.0-x86_64-apple-darwin.zip) +- [microwave 0.31.0 (Linux)](https://github.com/Woyten/tune/releases/download/microwave-0.31.0/microwave-0.31.0-x86_64-unknown-linux-gnu.zip) +- [microwave 0.31.0 (Windows)](https://github.com/Woyten/tune/releases/download/microwave-0.31.0/microwave-0.31.0-x86_64-pc-windows-msvc.zip) +- [microwave 0.31.0 (macOS)](https://github.com/Woyten/tune/releases/download/microwave-0.31.0/microwave-0.31.0-x86_64-apple-darwin.zip) Option C: Use Cargo to build a fresh binary from scratch for your own target architecture: