From a4f2f19566c24fda30bdc22fbbf58c35016d1a20 Mon Sep 17 00:00:00 2001 From: Woyten Date: Mon, 27 Jun 2022 22:47:00 +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 9011d59f..ee7e6e0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,7 +1724,7 @@ dependencies = [ [[package]] name = "microwave" -version = "0.29.0" +version = "0.30.0" dependencies = [ "assert_approx_eq", "async-std", diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index 638f3730..525d0c77 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microwave" -version = "0.29.0" +version = "0.30.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 e64c3503..bbae3595 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.29.0 (Linux)](https://github.com/Woyten/tune/releases/download/microwave-0.29.0/microwave-0.29.0-x86_64-unknown-linux-gnu.zip) -- [microwave 0.29.0 (Windows)](https://github.com/Woyten/tune/releases/download/microwave-0.29.0/microwave-0.29.0-x86_64-pc-windows-msvc.zip) -- [microwave 0.29.0 (macOS)](https://github.com/Woyten/tune/releases/download/microwave-0.29.0/microwave-0.29.0-x86_64-apple-darwin.zip) +- [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) Option C: Use Cargo to build a fresh binary from scratch for your own target architecture: