Skip to content

Commit

Permalink
Prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Feb 6, 2023
1 parent df2fad6 commit b22c138
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tune"
version = "0.32.0"
version = "0.32.1"
authors = ["Woyten <woyten.tielesch@online.de>"]
description = "Explore musical tunings and create synthesizer tuning files for microtonal scales."
repository = "https://github.com/Woyten/tune/"
Expand Down
2 changes: 1 addition & 1 deletion fluid-xenth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sf3 = ["oxisynth/sf3"]

[dependencies]
oxisynth = "0.0.2"
tune = { version = "0.32.0", path = ".." }
tune = { version = "0.32.1", path = ".." }

[dev-dependencies]
hound = "3.4.0"
2 changes: 1 addition & 1 deletion microwave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rand = { version = "0.8.3", features = ["small_rng"] }
ringbuf = "0.2.2"
serde = "1.0.117"
serde_yaml = "0.8.14"
tune = { version = "0.32.0", path = ".." }
tune = { version = "0.32.1", path = ".." }
tune-cli = { version = "0.25.0", path = "../tune-cli" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tune-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ clap = { version = "4.0.29", features = ["derive"] }
midir = "0.9.0"
serde = { version = "1.0.106", features = ["derive"] }
serde_yaml = "0.8.16"
tune = { version = "0.32.0", path = ".." }
tune = { version = "0.32.1", path = ".." }

0 comments on commit b22c138

Please sign in to comment.