From c3b9b1f106cb8cdf4d10fb4e2da9c83ccaf3e887 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Tue, 25 Jul 2023 16:41:42 +0200 Subject: [PATCH] Update the version to 0.1.2 Signed-off-by: Ryan Levick --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b00aa1b..83c367f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "cloud" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "cloud-openapi", @@ -455,7 +455,7 @@ dependencies = [ [[package]] name = "cloud-plugin" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "bindle", diff --git a/Cargo.toml b/Cargo.toml index b2bf6c7..3831706 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = { workspace = true } edition = { workspace = true } [workspace.package] -version = "0.1.1" +version = "0.1.2" authors = ["Fermyon Engineering "] edition = "2021"