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 Oct 29, 2022
1 parent a7a3106 commit 5de405d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.0"
version = "0.6.0"
authors = ["Woyten <woyten.tielesch@online.de>"]
description = "Stop making music with notes. Use pitches."
repository = "https://github.com/Woyten/tune/tree/master/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 @@ -19,7 +19,7 @@ async-std = { version = "1.10.0", features = ["unstable"] }
chrono = "0.4.15"
clap = { version = "3.0.6", features = ["derive", "env"] }
cpal = "0.14.0"
fluid-xenth = { version = "0.5.0", path = "../fluid-xenth" }
fluid-xenth = { version = "0.6.0", path = "../fluid-xenth" }
hound = "3.4.0"
magnetron = { version = "0.1.1", path = "../magnetron" }
midir = "0.8.0"
Expand Down

0 comments on commit 5de405d

Please sign in to comment.