Skip to content

Commit 675e035

Browse files
committed
Prepare next magnetron version
1 parent 0f35474 commit 675e035

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

magnetron/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "magnetron"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Woyten <[email protected]>"]
55
description = "Create your own modular microtonal synthesizer from reusable building blocks."
66
repository = "https://github.com/Woyten/tune/tree/main/magnetron"

microwave/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ flume = "0.11.0"
2626
fluid-xenth = { version = "0.9.0", path = "../fluid-xenth" }
2727
hound = "3.4.0"
2828
log = "0.4.17"
29-
magnetron = { version = "0.5.0", path = "../magnetron" }
29+
magnetron = { version = "0.6.0", path = "../magnetron" }
3030
midir = "0.10.0"
3131
rand = { version = "0.8.3", features = ["small_rng"] }
3232
ringbuf = "0.4.0"

0 commit comments

Comments
 (0)