From af3296995103be4f1af987e417fc6527aa12672b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Tue, 24 Oct 2023 17:07:45 +0200 Subject: [PATCH] Bump version to 0.2.1 (#300) 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 | 2 +- web/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 752657ed..857e1294 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1629,7 +1629,7 @@ dependencies = [ [[package]] name = "landscape2" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index d497ebf9..957bef3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "landscape2" description = "Landscape2 CLI tool" -version = "0.2.0" +version = "0.2.1" license = "Apache-2.0" edition = "2021" rust-version = "1.70" diff --git a/README.md b/README.md index 526a1563..9c89c98b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Binary downloads of the landscape2 CLI tool can be found in the [releases page]( #### Install via shell script ```text -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.2.0/landscape2-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.2.1/landscape2-installer.sh | sh ``` #### Install via Homebrew diff --git a/web/package.json b/web/package.json index 23302943..0028af40 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "landscape", "private": true, - "version": "0.2.0", + "version": "0.2.1", "type": "module", "scripts": { "build": "tsc && vite build",