Uptick version before patch.

This commit is contained in:
ClementTsang 2020-02-20 23:33:23 -05:00
parent e836bedcb8
commit e8ce1d5b1e
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -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