Skip to content

Commit

Permalink
Release v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Feb 25, 2024
1 parent f291321 commit 922ba39
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.11"
version = "1.0.12"
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.11"
version = "1.0.12"
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.11"}
alienware = { path = "../alienware", version = "1.0.12" }
clap = { version = "4.5", features = ["derive"] }
json = "0.12.4"
regex = "1"
Expand Down

0 comments on commit 922ba39

Please sign in to comment.