From 77b89c5e1ba0a4f56990be6777a0f8347dfaf99e Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 28 Jun 2026 02:12:51 -0400 Subject: [PATCH] docs: update default version in README/issue template to 0.14.2 (#2113) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- README.md | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0a3626fe..70437ac3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -81,7 +81,7 @@ body: It would also be helpful if you are not running [the latest version](https://github.com/ClementTsang/bottom/releases/latest) to try that as well to see if the issue has already been resolved. - placeholder: 0.12.3 + placeholder: 0.14.2 - type: textarea id: install diff --git a/README.md b/README.md index eb273685..fc81ab08 100644 --- a/README.md +++ b/README.md @@ -166,8 +166,8 @@ Alternatively, you can use `cargo install` using the repo as the source. rustup update stable # Option 1 - Download an archive from releases and install -curl -LO https://github.com/ClementTsang/bottom/archive/0.12.3.tar.gz -tar -xzvf 0.12.3.tar.gz +curl -LO https://github.com/ClementTsang/bottom/archive/0.14.2.tar.gz +tar -xzvf 0.14.2.tar.gz cargo install --path . --locked # Option 2 - Manually clone the repo and install @@ -219,20 +219,20 @@ Some examples of installing it this way: ```bash # x86-64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.3/bottom_0.12.3-1_amd64.deb -sudo dpkg -i bottom_0.12.3-1_amd64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.2/bottom_0.14.2-1_amd64.deb +sudo dpkg -i bottom_0.14.2-1_amd64.deb # ARM64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.3/bottom_0.12.3-1_arm64.deb -sudo dpkg -i bottom_0.12.3-1_arm64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.2/bottom_0.14.2-1_arm64.deb +sudo dpkg -i bottom_0.14.2-1_arm64.deb # ARM -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.3/bottom_0.12.3-1_armhf.deb -sudo dpkg -i bottom_0.12.3-1_armhf.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.2/bottom_0.14.2-1_armhf.deb +sudo dpkg -i bottom_0.14.2-1_armhf.deb # musl-based -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.3/bottom-musl_0.12.3-1_amd64.deb -sudo dpkg -i bottom-musl_0.12.3-1_amd64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.2/bottom-musl_0.14.2-1_amd64.deb +sudo dpkg -i bottom-musl_0.14.2-1_amd64.deb ``` ### Exherbo Linux @@ -274,8 +274,8 @@ sudo dnf install bottom For example: ```bash -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.3/bottom-0.12.3-1.x86_64.rpm -sudo dnf install ./bottom-0.12.3-1.x86_64.rpm +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.2/bottom-0.14.2-1.x86_64.rpm +sudo dnf install ./bottom-0.14.2-1.x86_64.rpm ``` ### Gentoo