diff --git a/Cargo.lock b/Cargo.lock index 3fac8733..c141ed62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2997,7 +2997,7 @@ dependencies = [ [[package]] name = "microwave" -version = "0.35.0" +version = "0.36.0" dependencies = [ "assert_approx_eq", "async-std", diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index 1fdd4aa4..debdb4e2 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microwave" -version = "0.35.0" +version = "0.36.0" authors = ["Woyten "] description = "Make xenharmonic music and explore musical tunings." repository = "https://github.com/Woyten/tune/tree/main/microwave" diff --git a/microwave/README.md b/microwave/README.md index 7736d3b6..cd3ecd9e 100644 --- a/microwave/README.md +++ b/microwave/README.md @@ -97,9 +97,9 @@ Option A: Run `microwave` in a web browser without installing any additional sof Option B: Download a precompiled version of `microwave` for the supported target architectures: -- [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) +- [microwave 0.36.0 (Linux)](https://github.com/Woyten/tune/releases/download/microwave-0.36.0/microwave-0.36.0-x86_64-unknown-linux-gnu.zip) +- [microwave 0.36.0 (Windows)](https://github.com/Woyten/tune/releases/download/microwave-0.36.0/microwave-0.36.0-x86_64-pc-windows-msvc.zip) +- [microwave 0.36.0 (macOS)](https://github.com/Woyten/tune/releases/download/microwave-0.36.0/microwave-0.36.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: