diff --git a/Cargo.lock b/Cargo.lock index da767793..102ad211 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1640,7 +1640,7 @@ dependencies = [ [[package]] name = "landscape2" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 008fd012..ea40f880 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "landscape2" description = "Landscape2 CLI tool" -version = "0.3.0" +version = "0.3.1" license = "Apache-2.0" edition = "2021" rust-version = "1.70" diff --git a/README.md b/README.md index 460a1aab..bd05fd19 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.3.0/landscape2-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.3.1/landscape2-installer.sh | sh ``` #### Install via Homebrew diff --git a/web/package.json b/web/package.json index fb3ffd9e..fe6b36be 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "landscape", "private": true, - "version": "0.3.0", + "version": "0.3.1", "type": "module", "scripts": { "build": "tsc && vite build",