diff --git a/Cargo.lock b/Cargo.lock index 1216acf..1744b5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,7 +336,7 @@ dependencies = [ [[package]] name = "sysit" -version = "0.9.0" +version = "0.9.1" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 7ff5172..72c6315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ name = "sysit" description = "System Sit! Check on the system with a quick glance." readme = "README.md" homepage = "https://github.com/crodjer/sysit" -version = "0.9.0" +version = "0.9.1" authors = ["Rohan Jain "] edition = "2021" license = "GPL-3.0-or-later"