From ed08b5ef56253a6fb99c72e542187366155af542 Mon Sep 17 00:00:00 2001 From: Kate Goldenring Date: Wed, 31 Jan 2024 08:13:26 -0500 Subject: [PATCH] update plugin version for release Signed-off-by: Kate Goldenring --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- spin-pluginify.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04543e4..d1affe5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "cloud" -version = "0.6.1" +version = "0.7.0" dependencies = [ "anyhow", "async-trait", @@ -493,7 +493,7 @@ dependencies = [ [[package]] name = "cloud-plugin" -version = "0.6.1" +version = "0.7.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 223c393..a21c004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = { workspace = true } edition = { workspace = true } [workspace.package] -version = "0.6.1" +version = "0.7.0" authors = ["Fermyon Engineering "] edition = "2021" diff --git a/spin-pluginify.toml b/spin-pluginify.toml index 780c11b..8c1c6c0 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.6.1" +version = "0.7.0" spin_compatibility = ">=1.3" license = "Apache-2.0" homepage = "https://github.com/fermyon/cloud-plugin"