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 Dec 4, 2023
1 parent c3996a5 commit 0c8c5df
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 @@ -33,7 +33,7 @@ ringbuf = "0.3.2"
serde = "1.0.117"
serde_yaml = "0.8.14"
tune = { version = "0.34.0", path = ".." }
tune-cli = { version = "0.26.0", path = "../tune-cli" }
tune-cli = { version = "0.27.0", path = "../tune-cli" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
env_logger = "0.10.0"
Expand Down
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.26.0"
version = "0.27.0"
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/main/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 @@ -22,9 +22,9 @@ Option A: Try out the browser app to get a very first impression:

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

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

Expand Down

0 comments on commit 0c8c5df

Please sign in to comment.