diff --git a/Cargo.lock b/Cargo.lock index 81c8402..45b4210 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,7 +138,7 @@ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[package]] name = "brt" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "battery", diff --git a/Cargo.toml b/Cargo.toml index 57819b6..ac2c2f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brt" -version = "0.1.3" +version = "0.1.4" authors = ["Jan Willems "] keywords = ["terminal", "btop"] repository = "https://github.com/jw/brt" diff --git a/docs/screenshot.png b/docs/screenshot.png index 68a30c6..45055e3 100644 Binary files a/docs/screenshot.png and b/docs/screenshot.png differ