diff --git a/Cargo.lock b/Cargo.lock index 41e062dc..99c3c03a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1283,7 +1283,7 @@ dependencies = [ [[package]] name = "portable-network-archive" -version = "0.20.4" +version = "0.20.5" dependencies = [ "assert_cmd", "base64", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 85b45600..03215344 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portable-network-archive" -version = "0.20.4" +version = "0.20.5" edition = "2021" license = "Apache-2.0 OR MIT" description = "Portable-Network-Archive cli"