From 32678d676b44960563b53fcbb140cb47629c4ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Fri, 22 Dec 2023 23:16:23 +0100 Subject: [PATCH] Bump version to 0.4.0 (#418) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- Cargo.toml | 2 +- README.md | 4 ++-- embed/package.json | 2 +- web/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5679ebaa..a25857b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "landscape2" description = "Landscape2 CLI tool" -version = "0.3.3" +version = "0.4.0" license = "Apache-2.0" edition = "2021" rust-version = "1.70" diff --git a/README.md b/README.md index b63de19c..0dfa5cda 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,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.3/landscape2-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.4.0/landscape2-installer.sh | sh ``` #### Install via powershell script ```text -irm https://github.com/cncf/landscape2/releases/download/v0.3.3/landscape2-installer.ps1 | iex +irm https://github.com/cncf/landscape2/releases/download/v0.4.0/landscape2-installer.ps1 | iex ``` ### Container image diff --git a/embed/package.json b/embed/package.json index a0a9433f..b83e5ba3 100644 --- a/embed/package.json +++ b/embed/package.json @@ -1,7 +1,7 @@ { "name": "embed", "private": true, - "version": "0.0.0", + "version": "0.4.0", "type": "module", "scripts": { "build": "tsc && vite build", diff --git a/web/package.json b/web/package.json index a12f4fc1..4467e7b0 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "landscape", "private": true, - "version": "0.3.3", + "version": "0.4.0", "type": "module", "scripts": { "build": "tsc && vite build",