Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-omaha committed Mar 20, 2024
1 parent ecf1aef commit 52f6153
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pacdef"
version = "1.4.1"
version = "1.4.2"
edition = "2021"
description = "multi-backend declarative package manager for Linux"
license = "GPL-3.0-or-later"
Expand All @@ -18,7 +18,7 @@ anyhow = "1.0"

[dependencies]
anyhow = {workspace = true}
pacdef_core = {path = "crates/pacdef_core", version = "=1.4.1" }
pacdef_core = {path = "crates/pacdef_core", version = "=1.4.2" }

[[bin]]
name = "pacdef"
Expand Down
2 changes: 1 addition & 1 deletion crates/pacdef_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pacdef_core"
version = "1.4.1"
version = "1.4.2"
edition = "2021"
description = "pacdef core library"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion crates/pacdef_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pacdef_macros"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
license = "GPL-3.0-or-later"
readme = "README.md"
Expand Down

0 comments on commit 52f6153

Please sign in to comment.