diff --git a/Cargo.lock b/Cargo.lock index c777479..b60e0fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "cloud" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anyhow", "cloud-openapi", @@ -455,7 +455,7 @@ dependencies = [ [[package]] name = "cloud-plugin" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anyhow", "bindle", diff --git a/Cargo.toml b/Cargo.toml index ee9d21a..014593b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = { workspace = true } edition = { workspace = true } [workspace.package] -version = "0.1.2" +version = "0.2.0" authors = ["Fermyon Engineering "] edition = "2021" diff --git a/spin-pluginify.toml b/spin-pluginify.toml index 20de788..f206b9a 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.1.2" +version = "0.2.0" spin_compatibility = ">=1.3" license = "Apache-2.0" homepage = "https://github.com/fermyon/cloud-plugin"