Skip to content

Commit

Permalink
Prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Oct 8, 2021
1 parent 9723ac1 commit 09b6d33
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.26.0"
version = "0.27.0"
authors = ["Woyten <[email protected]>"]
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 @@ -12,7 +12,7 @@ edition = "2018"

[dependencies]
fluidlite = "0.2.0"
tune = { version = "0.26.0", path = ".." }
tune = { version = "0.27.0", 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 @@ -26,7 +26,7 @@ ringbuf = "0.2.2"
structopt = "0.3.16"
serde = "1.0.117"
serde_yaml = "0.8.14"
tune = { version = "0.26.0", path = ".." }
tune = { version = "0.27.0", path = ".." }
tune-cli = { version = "0.20.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 @@ -19,7 +19,7 @@ midir = "0.7.0"
serde = { version = "1.0.106", features = ["derive"] }
serde_yaml = "0.8.16"
structopt = "0.3.13"
tune = { version = "0.26.0", path = ".." }
tune = { version = "0.27.0", path = ".." }

wasm-bindgen = { version = "0.2.69", optional = true }
yew = { version = "0.17.3", optional = true }
Expand Down

0 comments on commit 09b6d33

Please sign in to comment.