diff --git a/Cargo.lock b/Cargo.lock index 4dd05f58..54266478 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2818,7 +2818,7 @@ dependencies = [ [[package]] name = "microwave" -version = "0.34.0" +version = "0.35.0" dependencies = [ "assert_approx_eq", "async-std", diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index 87e627d8..91f733b8 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microwave" -version = "0.34.0" +version = "0.35.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 3ea75574..68314e68 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.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) +- [microwave 0.35.0 (Linux)](https://github.com/Woyten/tune/releases/download/microwave-0.35.0/microwave-0.35.0-x86_64-unknown-linux-gnu.zip) +- [microwave 0.35.0 (Windows)](https://github.com/Woyten/tune/releases/download/microwave-0.35.0/microwave-0.35.0-x86_64-pc-windows-msvc.zip) +- [microwave 0.35.0 (macOS)](https://github.com/Woyten/tune/releases/download/microwave-0.35.0/microwave-0.35.0-x86_64-apple-darwin.zip) Option C: Use Cargo to build a fresh binary from scratch for your own target architecture: