diff --git a/Cargo.lock b/Cargo.lock index fecc7347..c59f3cec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ dependencies = [ [[package]] name = "bottom" -version = "0.7.2" +version = "0.8.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index f5a0ad6d..44a8681d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.7.2" +version = "0.8.0" authors = ["Clement Tsang "] edition = "2021" repository = "https://github.com/ClementTsang/bottom"