Skip to content

Commit

Permalink
Prepare next magnetron version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Jul 11, 2024
1 parent 0f35474 commit 675e035
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 magnetron/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "magnetron"
version = "0.5.0"
version = "0.6.0"
authors = ["Woyten <[email protected]>"]
description = "Create your own modular microtonal synthesizer from reusable building blocks."
repository = "https://github.com/Woyten/tune/tree/main/magnetron"
Expand Down
2 changes: 1 addition & 1 deletion microwave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ flume = "0.11.0"
fluid-xenth = { version = "0.9.0", path = "../fluid-xenth" }
hound = "3.4.0"
log = "0.4.17"
magnetron = { version = "0.5.0", path = "../magnetron" }
magnetron = { version = "0.6.0", path = "../magnetron" }
midir = "0.10.0"
rand = { version = "0.8.3", features = ["small_rng"] }
ringbuf = "0.4.0"
Expand Down

0 comments on commit 675e035

Please sign in to comment.