Skip to content

Commit 6d25109

Browse files
authored
uptick: 0.9.6 (#1288)
1 parent 1ef0c05 commit 6d25109

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ body:
5858
description: >
5959
Please provide which version of `bottom` you're running, which you can find with `btm -V`. If you are using
6060
a nightly/non-release version, please also specify that.
61-
placeholder: 0.9.5
61+
placeholder: 0.9.6
6262

6363
- type: input
6464
id: install

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
165165

166166
```bash
167167
# x86-64
168-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5/bottom_0.9.5_amd64.deb
169-
sudo dpkg -i bottom_0.9.5_amd64.deb
168+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_amd64.deb
169+
sudo dpkg -i bottom_0.9.6_amd64.deb
170170

171171
# ARM64
172-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5/bottom_0.9.5_arm64.deb
173-
sudo dpkg -i bottom_0.9.5_arm64.deb
172+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_arm64.deb
173+
sudo dpkg -i bottom_0.9.6_arm64.deb
174174

175175
# ARM
176-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5/bottom_0.9.5_armhf.deb
177-
sudo dpkg -i bottom_0.9.5_armhf.deb
176+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_armhf.deb
177+
sudo dpkg -i bottom_0.9.6_armhf.deb
178178
```
179179

180180
### Snap
@@ -205,12 +205,12 @@ something like:
205205

206206
```bash
207207
# x86-64
208-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5/bottom-0.9.5-1.x86_64.rpm
209-
sudo rpm -i bottom-0.9.5-1.x86_64.rpm
208+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom-0.9.6-1.x86_64.rpm
209+
sudo rpm -i bottom-0.9.6-1.x86_64.rpm
210210

211211
# Nightly x86-64
212-
curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.5-1.x86_64.rpm
213-
sudo rpm -i bottom-0.9.5-1.x86_64.rpm
212+
curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.6-1.x86_64.rpm
213+
sudo rpm -i bottom-0.9.6-1.x86_64.rpm
214214
```
215215

216216
### Gentoo
@@ -306,8 +306,8 @@ to do so using the most recent version of stable Rust, which is how the binaries
306306
rustup update stable
307307

308308
# Option 1 - Download from releases and install
309-
curl -LO https://github.com/ClementTsang/bottom/archive/0.9.5.tar.gz
310-
tar -xzvf 0.9.5.tar.gz
309+
curl -LO https://github.com/ClementTsang/bottom/archive/0.9.6.tar.gz
310+
tar -xzvf 0.9.6.tar.gz
311311
cargo install --path . --locked
312312

313313
# Option 2 - Clone from master and install manually

0 commit comments

Comments
 (0)