diff --git a/Cargo.toml b/Cargo.toml index 1c58167..99d2b3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cert-tools" -description = "Application to show and merge content of PEM files" -version = "0.2.0" +description = "Application to show, check and cleanup content of PEM files" +version = "0.3.0" edition = "2021" license = "GPL-3.0-or-later" authors = ["Paul-Christian Volkmer"] diff --git a/ui/Cargo.toml b/ui/Cargo.toml index e740b04..cb87652 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cert-tools-ui" -version = "0.2.0" +version = "0.3.0" edition = "2021" [dependencies]