diff --git a/Cargo.lock b/Cargo.lock index 47f0781430f..a12332aed94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2201,7 +2201,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.2.98" +version = "0.2.99" dependencies = [ "anyhow", "async-trait", @@ -2273,7 +2273,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.71" +version = "0.2.72" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 83404b31d41..913f68698f6 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.2.98" +version = "0.2.99" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index 7a909c30cc1..bf8bbd4015d 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.71" +version = "0.2.72" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true }