Skip to content

Commit

Permalink
Prepare release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorski committed Aug 6, 2024
1 parent 5a3a694 commit 9aef0c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 glow-control-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glow-control-lib"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "A library for controlling programmable LED lights"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions glow-control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glow-control"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "A CLI for controlling programmable LED lights"
license = "MIT OR Apache-2.0"
Expand All @@ -18,7 +18,7 @@ anyhow = "1.0"
tokio = { version = "1.38", features = ["full"] }
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11"
glow-control-lib = { version = "0.5.0", path = "../glow-control-lib" }
glow-control-lib = { version = "0.6.0", path = "../glow-control-lib" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"

0 comments on commit 9aef0c6

Please sign in to comment.