Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Nov 8, 2024
1 parent 42de7d8 commit b9b8499
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.7"
version = "0.6.0"
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.7"
version = "0.6.0"
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.7"
version = "0.6.0"
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.7"
version = "0.6.0"
authors = ["Ilya Zlobintsev <[email protected]>"]
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.7"
version = "0.6.0"
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.7"
version = "0.6.0"
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.7
version: 0.6.0
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.7
version: 0.6.0
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.7
version: 0.6.0
maintainer: ilya-zlobintsev
url: https://github.com/ilya-zlobintsev/lact
source:
Expand Down

0 comments on commit b9b8499

Please sign in to comment.