chore: Release

This commit is contained in:
steven-omaha
2024-03-20 11:32:29 +01:00
parent ecf1aefd25
commit 52f615324a
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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"
@@ -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"