diff --git a/Cargo.lock b/Cargo.lock index 3fca3476..a70f7dbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "autoclockspeed" -version = "0.1.4" +version = "0.1.5" dependencies = [ "chrono", "nix", diff --git a/Cargo.toml b/Cargo.toml index 1477f1e0..3633853c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autoclockspeed" -version = "0.1.4" +version = "0.1.5" edition = "2018" license = "MIT" description = " A utility to check stats about your CPU, and auto regulate clock speeds to help with either performance or battery life."