From 6628bd5269d39555267bf5896c79410bcf8d60be Mon Sep 17 00:00:00 2001 From: Linus Kirkwood Date: Fri, 6 Dec 2024 12:05:04 +1100 Subject: [PATCH] chore: Bump version to 1.0.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07f936f..aeac2de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "certreplace" -version = "1.0.0" +version = "1.0.1" dependencies = [ "clap", "jwalk", diff --git a/Cargo.toml b/Cargo.toml index 962d5bc..8269ad6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "certreplace" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["Linus "] description = "CLI tool for replacing x509 certificates and their private keys."