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 Jun 27, 2022
1 parent 7bf7468 commit a4f2f19
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.29.0"
version = "0.30.0"
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 @@ -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:

Expand Down

0 comments on commit a4f2f19

Please sign in to comment.