diff --git a/Cargo.lock b/Cargo.lock index 8e0b0d0..1a7b61a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "cloud" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "async-trait", @@ -493,7 +493,7 @@ dependencies = [ [[package]] name = "cloud-plugin" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a21c004..bf32485 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = { workspace = true } edition = { workspace = true } [workspace.package] -version = "0.7.0" +version = "0.7.1" authors = ["Fermyon Engineering "] edition = "2021" diff --git a/spin-pluginify.toml b/spin-pluginify.toml index 8c1c6c0..b6714fb 100644 --- a/spin-pluginify.toml +++ b/spin-pluginify.toml @@ -1,6 +1,6 @@ name = "cloud" description = "Commands for publishing applications to the Fermyon Cloud." -version = "0.7.0" +version = "0.7.1" spin_compatibility = ">=1.3" license = "Apache-2.0" homepage = "https://github.com/fermyon/cloud-plugin"