summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-11-26 19:36:01 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-11-26 19:36:01 -0500
commit7131a05e626bd49467bb3e3e2818a43783443853 (patch)
tree3b2c8fd457f2e57502a29ba11bdcf7f177eb1e26
parent41b8dd61d0aa7d04f3d8b58b2529e75b99802bb8 (diff)
uptick: 0.5.30.5.3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md10
3 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e61051dd..f6caba75 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -108,7 +108,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "bottom"
-version = "0.5.2"
+version = "0.5.3"
dependencies = [
"anyhow",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 1580b785..342ec537 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.5.2"
+version = "0.5.3"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
diff --git a/README.md b/README.md
index a8486754..3c3533cb 100644
--- a/README.md
+++ b/README.md
@@ -86,8 +86,8 @@ cd bottom
cargo install --path .
# Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/archive/0.5.2.tar.gz
-tar -xzvf 0.5.2.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.5.3.tar.gz
+tar -xzvf 0.5.3.tar.gz
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):
```bash
-curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.2/bottom_0.5.2_amd64.deb
-sudo dpkg -i 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.3_amd64.deb
```
### Fedora/CentOS
@@ -174,7 +174,7 @@ to appear.
choco install bottom
# 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