Skip to content

Commit

Permalink
chore(release): bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mrene committed Oct 29, 2022
1 parent 282fe86 commit 55057f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Mathieu Rene <mathieu.rene@gmail.com>"]
edition = "2021"
name = "minidsp-daemon"
version = "0.1.8"
version = "0.1.9"
license = "Apache-2.0"
description = "A control interface for some MiniDSP products"
repository = "https://github.com/mrene/minidsp-rs"
Expand Down
2 changes: 1 addition & 1 deletion devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Mathieu Rene <mathieu.rene@gmail.com>"]
edition = "2021"
name = "minidsp-devtools"
version = "0.1.8"
version = "0.1.9"
license = "Apache-2.0"

[features]
Expand Down
4 changes: 2 additions & 2 deletions minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["minidsp", "audio", "dsp"]
license = "Apache-2.0"
name = "minidsp"
repository = "https://github.com/mrene/minidsp-rs"
version = "0.1.8"
version = "0.1.9"

[dependencies]
anyhow = "1.0.66"
Expand All @@ -25,7 +25,7 @@ hexplay = "0.2.1"
hyper = "0.14.20"
lazy_static = "1.4.0"
log = "0.4.17"
minidsp-protocol = {path = "../protocol", version = "0.1.8", default-features = false, features = ["use_serde", "debug", "devices"]}
minidsp-protocol = {path = "../protocol", version = "0.1.9", default-features = false, features = ["use_serde", "debug", "devices"]}
pin-project = "1.0.12"
schemars = "0.8.11"
serde = { version = "1.0.147", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Mathieu Rene <mathieu.rene@gmail.com>"]
edition = "2021"
name = "minidsp-protocol"
version = "0.1.8"
version = "0.1.9"
license = "Apache-2.0"
description = "A control interface for some MiniDSP products"
repository = "https://github.com/mrene/minidsp-rs"
Expand Down

0 comments on commit 55057f8

Please # to comment.