Skip to content

Commit

Permalink
Prepare next fluid-xenth version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Jul 11, 2024
1 parent fe207f6 commit 0f35474
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 fluid-xenth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fluid-xenth"
version = "0.8.0"
version = "0.9.0"
authors = ["Woyten <woyten.tielesch@online.de>"]
description = "Stop making music with notes. Use pitches."
repository = "https://github.com/Woyten/tune/tree/main/fluid-xenth"
Expand Down
2 changes: 1 addition & 1 deletion microwave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ chrono = "0.4.15"
clap = { version = "4.0.29", features = ["derive", "env"] }
cpal = { version = "0.15.0", features = ["wasm-bindgen"] }
flume = "0.11.0"
fluid-xenth = { version = "0.8.0", path = "../fluid-xenth" }
fluid-xenth = { version = "0.9.0", path = "../fluid-xenth" }
hound = "3.4.0"
log = "0.4.17"
magnetron = { version = "0.5.0", path = "../magnetron" }
Expand Down
6 changes: 3 additions & 3 deletions tune-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,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.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)
- [tune-cli 0.28.0 (Linux)](https://github.com/Woyten/tune/releases/download/tune-cli-0.28.0/tune-cli-0.28.0-x86_64-unknown-linux-gnu.zip)
- [tune-cli 0.28.0 (Windows)](https://github.com/Woyten/tune/releases/download/tune-cli-0.28.0/tune-cli-0.28.0-x86_64-pc-windows-msvc.zip)
- [tune-cli 0.28.0 (macOS)](https://github.com/Woyten/tune/releases/download/tune-cli-0.28.0/tune-cli-0.28.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 0f35474

Please sign in to comment.