diff --git a/Cargo.lock b/Cargo.lock index c0550b4..8ca86ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "clear-docker-images" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3fb69b4..1910b28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "clear-docker-images" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Antoine Langlois"] -description = "small binary to clean old docker images (mostly in CI)" +description = "small binary to clean up docker images (mostly in CI)" repository = "https://github.com/DataHearth/clear-docker-images" homepage = "https://github.com/DataHearth/clear-docker-images" readme = "README.md"