From 8ee9fb21b14cc1a095eb3761a73543d6e939b208 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Fri, 3 Nov 2023 10:50:28 -0600 Subject: [PATCH] chore(*): bump version to 0.5.1 Signed-off-by: Vaughn Dice --- 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 aa844fe..d86529b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "cloud" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "async-trait", @@ -493,7 +493,7 @@ dependencies = [ [[package]] name = "cloud-plugin" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b6c240d..1e2e2ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = { workspace = true } edition = { workspace = true } [workspace.package] -version = "0.5.0" +version = "0.5.1" authors = ["Fermyon Engineering "] edition = "2021" diff --git a/spin-pluginify.toml b/spin-pluginify.toml index c0b1fa8..f3d2632 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.5.0" +version = "0.5.1" spin_compatibility = ">=1.3" license = "Apache-2.0" homepage = "https://github.com/fermyon/cloud-plugin"