bump version

This commit is contained in:
DataHearth 2022-02-17 21:01:40 +01:00
parent d9821ae3de
commit d229e467e5
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -70,7 +70,7 @@ dependencies = [
[[package]]
name = "clear-docker-images"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"chrono",
"clap",

View File

@ -1,9 +1,9 @@
[package]
name = "clear-docker-images"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Antoine <DataHearth> 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"