Skip to content

Commit

Permalink
Prepare next tune-cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Jul 11, 2024
1 parent ee26bed commit fe207f6
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 microwave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ringbuf = "0.4.0"
serde = "1.0.117"
serde_yaml = "0.8.14"
tune = { version = "0.35.0", path = ".." }
tune-cli = { version = "0.27.0", path = "../tune-cli" }
tune-cli = { version = "0.28.0", path = "../tune-cli" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
env_logger = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion tune-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tune-cli"
version = "0.27.0"
version = "0.28.0"
authors = ["Woyten <woyten.tielesch@online.de>"]
description = "Explore musical tunings and create synthesizer tuning files for microtonal scales."
repository = "https://github.com/Woyten/tune/tree/main/tune-cli"
Expand Down

0 comments on commit fe207f6

Please sign in to comment.