uptick: 0.5.3

This commit is contained in:
ClementTsang 2020-11-26 19:36:01 -05:00
parent 41b8dd61d0
commit 7131a05e62
3 changed files with 7 additions and 7 deletions

2
Cargo.lock generated
View File

@ -108,7 +108,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]] [[package]]
name = "bottom" name = "bottom"
version = "0.5.2" version = "0.5.3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_cmd", "assert_cmd",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bottom" name = "bottom"
version = "0.5.2" version = "0.5.3"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"] authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018" edition = "2018"
repository = "https://github.com/ClementTsang/bottom" repository = "https://github.com/ClementTsang/bottom"

View File

@ -86,8 +86,8 @@ cd bottom
cargo install --path . cargo install --path .
# Download from releases and install # Download from releases and install
curl -LO https://github.com/ClementTsang/bottom/archive/0.5.2.tar.gz curl -LO https://github.com/ClementTsang/bottom/archive/0.5.3.tar.gz
tar -xzvf 0.5.2.tar.gz tar -xzvf 0.5.3.tar.gz
cargo install --path . cargo install --path .
``` ```
@ -119,8 +119,8 @@ yay -S bottom-bin
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest): A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
```bash ```bash
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.2/bottom_0.5.2_amd64.deb curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.3/bottom_0.5.3_amd64.deb
sudo dpkg -i bottom_0.5.2_amd64.deb sudo dpkg -i bottom_0.5.3_amd64.deb
``` ```
### Fedora/CentOS ### Fedora/CentOS
@ -174,7 +174,7 @@ to appear.
choco install bottom choco install bottom
# Version number may be required for newer releases, if available: # Version number may be required for newer releases, if available:
choco install bottom --version=0.5.2 choco install bottom --version=0.5.3
``` ```
### winget ### winget