From 2a97bd7d7b843d3bd4bc4cfbc827056e391d91bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Thu, 23 Nov 2023 09:02:05 +0100 Subject: [PATCH] Bump version to 0.3.3 (#364) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- web/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afc447b5..187a568e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1732,7 +1732,7 @@ dependencies = [ [[package]] name = "landscape2" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 37a58a91..51a55b42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "landscape2" description = "Landscape2 CLI tool" -version = "0.3.2" +version = "0.3.3" license = "Apache-2.0" edition = "2021" rust-version = "1.70" diff --git a/README.md b/README.md index 918e9e41..d64e5d20 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,13 @@ brew install cncf/landscape2/landscape2 #### Install via shell script ```text -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.3.2/landscape2-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.3.3/landscape2-installer.sh | sh ``` #### Install via powershell script ```text -irm https://github.com/cncf/landscape2/releases/download/v0.3.2/landscape2-installer.ps1 | iex +irm https://github.com/cncf/landscape2/releases/download/v0.3.3/landscape2-installer.ps1 | iex ``` ### Container image diff --git a/web/package.json b/web/package.json index acf37ae1..51bf5148 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "landscape", "private": true, - "version": "0.3.2", + "version": "0.3.3", "type": "module", "scripts": { "build": "tsc && vite build",