Skip to content

Commit

Permalink
Prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Jun 21, 2020
1 parent afb9f39 commit dc93bcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.9.0"
version = "0.10.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/"
Expand Down
2 changes: 1 addition & 1 deletion microwave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ fluidlite-lib = "0.1.3"
nannou = "0.14.1"
nannou_audio = "0.14.0"
structopt = "0.3.14"
tune = { version = "0.9.0", path = ".." }
tune = { version = "0.10.0", path = ".." }
winit = "0.22.2"
2 changes: 1 addition & 1 deletion tune-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ path = "src/main.rs"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.51"
structopt = "0.3.13"
tune = { version = "0.9.0", path = ".." }
tune = { version = "0.10.0", path = ".." }

0 comments on commit dc93bcb

Please sign in to comment.