From e8ce1d5b1e57e4cd7e9047c89a5bb6e4b2bd2b70 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Thu, 20 Feb 2020 23:33:23 -0500 Subject: [PATCH] Uptick version before patch. --- Cargo.toml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4b48b59..593efeaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.2.0" +version = "0.2.1" authors = ["Clement Tsang "] edition = "2018" repository = "https://github.com/ClementTsang/bottom" diff --git a/README.md b/README.md index 7cba955b..3a9dcfb4 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Features of bottom include: More details about each widget and compatibility can be found [here](./docs/widgets.md). +## Config files + For information about config files, see [this document](./docs/config.md) for more details, and this [config](./sample_configs/demo_config.toml) for an example. ## Installation