Skip to content

Commit

Permalink
Prepare next tune-cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Feb 7, 2023
1 parent b22c138 commit 1bef37d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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
Expand Up @@ -29,7 +29,7 @@ ringbuf = "0.2.2"
serde = "1.0.117"
serde_yaml = "0.8.14"
tune = { version = "0.32.1", path = ".." }
tune-cli = { version = "0.25.0", path = "../tune-cli" }
tune-cli = { version = "0.25.1", path = "../tune-cli" }

[dev-dependencies]
assert_approx_eq = "1.1.0"
2 changes: 1 addition & 1 deletion tune-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tune-cli"
version = "0.25.0"
version = "0.25.1"
authors = ["Woyten <woyten.tielesch@online.de>"]
description = "Explore musical tunings and create synthesizer tuning files for microtonal scales."
repository = "https://github.com/Woyten/tune/tree/master/tune-cli"
Expand Down
6 changes: 3 additions & 3 deletions tune-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Option A: Try out the web app to get a very first impression:

Option B: Download a precompiled version of `tune-cli` for the supported target architectures:

- [tune-cli 0.25.0 (Linux)](https://github.com/Woyten/tune/releases/download/tune-cli-0.25.0/tune-cli-0.25.0-x86_64-unknown-linux-gnu.zip)
- [tune-cli 0.25.0 (Windows)](https://github.com/Woyten/tune/releases/download/tune-cli-0.25.0/tune-cli-0.25.0-x86_64-pc-windows-msvc.zip)
- [tune-cli 0.25.0 (macOS)](https://github.com/Woyten/tune/releases/download/tune-cli-0.25.0/tune-cli-0.25.0-x86_64-apple-darwin.zip)
- [tune-cli 0.25.1 (Linux)](https://github.com/Woyten/tune/releases/download/tune-cli-0.25.1/tune-cli-0.25.1-x86_64-unknown-linux-gnu.zip)
- [tune-cli 0.25.1 (Windows)](https://github.com/Woyten/tune/releases/download/tune-cli-0.25.1/tune-cli-0.25.1-x86_64-pc-windows-msvc.zip)
- [tune-cli 0.25.1 (macOS)](https://github.com/Woyten/tune/releases/download/tune-cli-0.25.1/tune-cli-0.25.1-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 1bef37d

Please sign in to comment.