From d229e467e50946219167f38d3823805be783943c Mon Sep 17 00:00:00 2001 From: DataHearth Date: Thu, 17 Feb 2022 21:01:40 +0100 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"