From b6b49dc0521f5df1e67a46f71e937fdde9a90c3c Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sun, 26 Jan 2025 16:23:52 +0100 Subject: [PATCH] chore: bump version --- Cargo.toml | 4 ++-- ui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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]