Skip to content

Commit

Permalink
Prepare next microwave version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Dec 5, 2021
1 parent f10e2de commit 2a93c4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion microwave/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "microwave"
version = "0.27.0"
version = "0.27.1"
authors = ["Woyten <woyten.tielesch@online.de>"]
description = "Make xenharmonic music and explore musical tunings."
repository = "https://github.com/Woyten/tune/tree/master/microwave"
Expand Down
6 changes: 3 additions & 3 deletions microwave/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ It features a virtual piano UI enabling you to play polyphonic microtonal melodi

Option A: Download a precompiled version of `microwave` for the supported target architectures:

- [microwave 0.27.0 (Linux)](https://github.com/Woyten/tune/releases/download/microwave-0.27.0/microwave-0.27.0-x86_64-unknown-linux-gnu.zip)
- [microwave 0.27.0 (Windows)](https://github.com/Woyten/tune/releases/download/microwave-0.27.0/microwave-0.27.0-x86_64-pc-windows-msvc.zip)
- [microwave 0.27.0 (macOS)](https://github.com/Woyten/tune/releases/download/microwave-0.27.0/microwave-0.27.0-x86_64-apple-darwin.zip)
- [microwave 0.27.1 (Linux)](https://github.com/Woyten/tune/releases/download/microwave-0.27.1/microwave-0.27.1-x86_64-unknown-linux-gnu.zip)
- [microwave 0.27.1 (Windows)](https://github.com/Woyten/tune/releases/download/microwave-0.27.1/microwave-0.27.1-x86_64-pc-windows-msvc.zip)
- [microwave 0.27.1 (macOS)](https://github.com/Woyten/tune/releases/download/microwave-0.27.1/microwave-0.27.1-x86_64-apple-darwin.zip)

Option B: Use Cargo to build a fresh binary from scratch for your own target architecture:

Expand Down

0 comments on commit 2a93c4e

Please sign in to comment.