Skip to content

Commit

Permalink
chore(deploy): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrene committed Jan 15, 2022
1 parent 27818ac commit 64df896
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 43 deletions.
84 changes: 45 additions & 39 deletions 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 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 = "2018"
name = "minidsp-daemon"
version = "0.1.3"
version = "0.1.4"
license = "Apache-2.0"

[[bin]]
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 = "2018"
name = "minidsp-devtools"
version = "0.1.3"
version = "0.1.4"
license = "Apache-2.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion 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.3"
version = "0.1.4"

[dependencies]
anyhow = "1.0.52"
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 = "2018"
name = "minidsp-protocol"
version = "0.1.3"
version = "0.1.4"
license = "Apache-2.0"

[dependencies]
Expand Down

0 comments on commit 64df896

Please # to comment.