diff --git a/Cargo.lock b/Cargo.lock index cc41420..5113508 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "container-stats" -version = "0.4.0" +version = "0.5.0" dependencies = [ "bytesize", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c79051f..ba6e1e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "container-stats" -version = "0.4.0" +version = "0.5.0" authors = ["MCOfficer "] description = "A small tool to analyze RAM usage of large amounts of docker containers." edition = "2018" diff --git a/README.md b/README.md index 6b6d1c3..a727608 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A small tool to analyze RAM usage of large amounts of docker containers. ``` -container-stats 0.4.0 +container-stats 0.5.0 MCOfficer A small tool to analyze RAM usage of large amounts of docker containers.