Skip to content

Commit

Permalink
bump version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Mar 2, 2024
1 parent d99cfdf commit f55db81
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 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 lact-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lact-cli"
version = "0.5.3"
version = "0.5.4"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion lact-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lact-client"
version = "0.5.3"
version = "0.5.4"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion lact-daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lact-daemon"
version = "0.5.3"
version = "0.5.4"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion lact-gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lact-gui"
version = "0.5.3"
version = "0.5.4"
authors = ["Ilya Zlobintsev <ilya.zl@protonmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion lact-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lact-schema"
version = "0.5.3"
version = "0.5.4"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion lact/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lact"
version = "0.5.3"
version = "0.5.4"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipes/lact-headless/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
description: AMDGPU control utility
arch: x86_64
license: MIT
version: 0.5.3
version: 0.5.4
maintainer: ilya-zlobintsev
url: https://github.com/ilya-zlobintsev/lact
source:
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipes/lact-libadwaita/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
description: AMDGPU control utility
arch: x86_64
license: MIT
version: 0.5.3
version: 0.5.4
maintainer: ilya-zlobintsev
url: https://github.com/ilya-zlobintsev/lact
source:
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipes/lact/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
description: AMDGPU control utility
arch: x86_64
license: MIT
version: 0.5.3
version: 0.5.4
maintainer: ilya-zlobintsev
url: https://github.com/ilya-zlobintsev/lact
source:
Expand Down

0 comments on commit f55db81

Please sign in to comment.