Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-omaha committed Feb 15, 2024
1 parent d0693c1 commit 489074a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.0"
version = "1.4.1"
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.0" }
pacdef_core = {path = "crates/pacdef_core", version = "=1.4.1" }

[[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.0"
version = "1.4.1"
edition = "2021"
description = "pacdef core library"
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 489074a

Please sign in to comment.