chore: Release

This commit is contained in:
steven-omaha
2023-05-22 12:55:50 +02:00
parent b6c2ccaf48
commit 9a66a03f7d
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "pacdef"
version = "1.1.1-beta.1"
version = "1.2.0"
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.1.1-beta.1" }
pacdef_core = {path = "crates/pacdef_core", version = "=1.2.0" }
[[bin]]
name = "pacdef"