summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-09-25 12:35:32 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-25 12:35:32 -0400
commitb5cacb3e2ed993310d9ebd178041e89f5d4fd754 (patch)
treeb726a8a0bbab48de889a87bcef7504adccf8e4b7 /Cargo.toml
parenta5924725621e7b01c5d5b18dfe5e99d8fe4c0044 (diff)
Added arrow key control for processes and the like, and fixed off by one error.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fb412211..6d3ac010 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.1.0-alpha.3"
+version = "0.1.0-alpha.4"
authors = ["Clement Tsang <clementjhtsang@gmail.com>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"