diff --git a/Cargo.lock b/Cargo.lock index 4ee13a4a..04897e29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1799,7 +1799,7 @@ dependencies = [ [[package]] name = "landscape2" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 7cb5c901..8f13a640 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "landscape2" description = "Landscape2 CLI tool" -version = "0.4.0" +version = "0.5.0" license = "Apache-2.0" edition = "2021" rust-version = "1.70" diff --git a/README.md b/README.md index a356e9cf..877379e1 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.4.0/landscape2-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.5.0/landscape2-installer.sh | sh ``` #### Install via powershell script ```text -irm https://github.com/cncf/landscape2/releases/download/v0.4.0/landscape2-installer.ps1 | iex +irm https://github.com/cncf/landscape2/releases/download/v0.5.0/landscape2-installer.ps1 | iex ``` ### Container image diff --git a/embed/package.json b/embed/package.json index 0f00c5b2..718f0d81 100644 --- a/embed/package.json +++ b/embed/package.json @@ -1,7 +1,7 @@ { "name": "embed", "private": true, - "version": "0.4.0", + "version": "0.5.0", "type": "module", "scripts": { "build": "tsc && vite build", diff --git a/web/package.json b/web/package.json index a62dee06..0e04b5c4 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "landscape", "private": true, - "version": "0.4.0", + "version": "0.5.0", "type": "module", "scripts": { "build": "tsc && vite build",