summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-01-30 20:23:18 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2021-01-30 20:27:33 -0500
commit8fbe2694ad91ded61ef99c5fca26162f1bbd8c2e (patch)
tree6e1a22d1db6cc72dc9154bddcc74a1594eacbd04
parenta3ed45ae96d46fe739a0321f62734083affcf0b9 (diff)
uptick: 0.5.7 (#399)
(cherry picked from commit 58e18da0c32017e526e2ba02f8ed9ebc2ad991e9)
-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 2593e966..12fcdcbf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -233,7 +233,7 @@ dependencies = [
[[package]]
name = "bottom"
-version = "0.5.6"
+version = "0.5.7"
dependencies = [
"anyhow",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index f162dfde..91ec4720 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.5.6"
+version = "0.5.7"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
diff --git a/README.md b/README.md
index 04a0d828..f4040b31 100644
--- a/README.md
+++ b/README.md
@@ -87,8 +87,8 @@ cd bottom
cargo install --path .
# Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/archive/0.5.6.tar.gz
-tar -xzvf 0.5.6.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.5.7.tar.gz
+tar -xzvf 0.5.7.tar.gz
cargo install --path .
```
@@ -120,8 +120,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.6/bottom_0.5.6_amd64.deb
-sudo dpkg -i bottom_0.5.6_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.7/bottom_0.5.7_amd64.deb
+sudo dpkg -i bottom_0.5.7_amd64.deb
```
### Fedora/CentOS
@@ -175,7 +175,7 @@ to appear.
choco install bottom
# Version number may be required for newer releases, if available:
-choco install bottom --version=0.5.6
+choco install bottom --version=0.5.7
```
### winget