Release 0.8.5

This commit is contained in:
Xavier Moffett 2024-09-14 21:15:59 -04:00
parent 73697a4060
commit 7234f89202
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View file

@ -471,7 +471,7 @@ dependencies = [
[[package]]
name = "pacwrap"
version = "0.8.4"
version = "0.8.5"
dependencies = [
"alpm",
"command-fds",
@ -488,7 +488,7 @@ dependencies = [
[[package]]
name = "pacwrap-agent"
version = "0.8.4"
version = "0.8.5"
dependencies = [
"alpm",
"bincode",
@ -498,7 +498,7 @@ dependencies = [
[[package]]
name = "pacwrap-core"
version = "0.8.4"
version = "0.8.5"
dependencies = [
"alpm",
"bincode",

View file

@ -1,6 +1,6 @@
[package]
name = "pacwrap-agent"
version = "0.8.4"
version = "0.8.5"
authors = [ "Xavier Moffett <sapphirus@azorium.net>" ]
license ="GPL-3.0-only"
readme = "README.md"

View file

@ -1,6 +1,6 @@
[package]
name = "pacwrap-core"
version = "0.8.4"
version = "0.8.5"
authors = [ "Xavier Moffett <sapphirus@azorium.net>" ]
license ="GPL-3.0-only"
readme = "README.md"

View file

@ -1,6 +1,6 @@
[package]
name = "pacwrap"
version = "0.8.4"
version = "0.8.5"
authors = [ "Xavier Moffett <sapphirus@azorium.net>" ]
license ="GPL-3.0-only"
readme = "README.md"