Skip to content

Commit

Permalink
Release v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Jan 23, 2024
1 parent 8b398c9 commit 6588692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alienware/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alienware"
version = "1.0.10"
version = "1.0.11"
edition = "2021"
authors = ["Alec Brown <[email protected]>"]
description = "API to control the lights on an Alienware Alpha R1/R2"
Expand Down
4 changes: 2 additions & 2 deletions alienware_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alienware_cli"
version = "1.0.10"
version = "1.0.11"
edition = "2021"
authors = ["Alec Brown <[email protected]>"]
description = "Command Line app to control the lights on an Alienware Alpha R1/R2"
Expand All @@ -19,7 +19,7 @@ path = "src/main.rs"
name = "alienware-cli"

[dependencies]
alienware = { path = "../alienware", version = "1.0.10"}
alienware = { path = "../alienware", version = "1.0.11"}
clap = { version = "4.4", features = ["derive"] }
json = "0.12.4"
regex = "1"
Expand Down

0 comments on commit 6588692

Please sign in to comment.