Skip to content

Commit

Permalink
Prepare new magnetron version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Dec 4, 2023
1 parent 84b2390 commit 3314147
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.4.0"
version = "0.5.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 @@ cpal = { version = "0.15.0", features = ["wasm-bindgen"] }
fluid-xenth = { version = "0.8.0", path = "../fluid-xenth" }
hound = "3.4.0"
log = "0.4.17"
magnetron = { version = "0.4.0", path = "../magnetron" }
magnetron = { version = "0.5.0", path = "../magnetron" }
midir = "0.9.0"
rand = { version = "0.8.3", features = ["small_rng"] }
ringbuf = "0.3.2"
Expand Down

0 comments on commit 3314147

Please sign in to comment.