Skip to content

Commit

Permalink
Merge pull request #29 from mrcjkb/0.2.3
Browse files Browse the repository at this point in the history
chore: bump version to 0.2.3
  • Loading branch information
AaronErhardt authored Oct 23, 2023
2 parents 90c8e8b + 7185388 commit 74b863e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 tailor_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tailor_api"
authors = ["Aaron Erhardt <[email protected]>"]
version = "0.2.1"
version = "0.2.3"
edition = "2021"
license = "GPL-2.0+"
description = "API types for communication with tailord (part of tuxedo-rs)"
Expand Down
2 changes: 1 addition & 1 deletion tailor_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tailor"
version = "0.2.2"
version = "0.2.3"
authors = [
"Aaron Erhardt <[email protected]>",
"Marc Jakobi <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion tailor_gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tailor_gui"
version = "0.2.2"
version = "0.2.3"
authors = ["Aaron Erhardt <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion tailord/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tailord"
authors = ["Aaron Erhardt <[email protected]>"]
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "GPL-2.0+"
description = "Daemon handling fan, keyboard and general HW support for Tuxedo laptops (part of tuxedo-rs)"
Expand Down
2 changes: 1 addition & 1 deletion tuxedo_ioctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tuxedo_ioctl"
authors = ["Aaron Erhardt <[email protected]>"]
version = "0.2.0"
version = "0.2.3"
edition = "2021"
license = "GPL-2.0+"
description = "Tuxedo ioctl interface (part of tuxedo-rs)"
Expand Down

0 comments on commit 74b863e

Please sign in to comment.