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 Dec 10, 2022
1 parent 50aba16 commit e492334
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.2.0"
version = "0.3.0"
authors = ["Woyten <woyten.tielesch@online.de>"]
description = "Create your own modular microtonal synthesizer from reusable building blocks."
repository = "https://github.com/Woyten/tune/tree/master/magnetron"
Expand Down
2 changes: 1 addition & 1 deletion microwave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clap = { version = "3.0.6", features = ["derive", "env"] }
cpal = "0.14.0"
fluid-xenth = { version = "0.6.0", path = "../fluid-xenth" }
hound = "3.4.0"
magnetron = { version = "0.2.0", path = "../magnetron" }
magnetron = { version = "0.3.0", path = "../magnetron" }
midir = "0.8.0"
nannou = "0.18.0"
rand = { version = "0.8.3", features = ["small_rng"] }
Expand Down

0 comments on commit e492334

Please sign in to comment.