diff --git a/Cargo.lock b/Cargo.lock index 04a047b..9283288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -182,7 +182,7 @@ dependencies = [ [[package]] name = "kmon" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 14fd3af..5477e26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kmon" -version = "0.2.0" +version = "0.2.1" description = "Linux kernel manager and activity monitor" authors = ["orhun "] license = "GPL-3.0"