From b2cb1c5e506d6c450fb68812952313b695ea379a Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Sat, 3 Aug 2024 08:28:54 +0200 Subject: [PATCH] bump 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 908dbd7..4fd3550 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1114,7 +1114,7 @@ dependencies = [ [[package]] name = "zip-password-finder" -version = "0.8.0" +version = "0.8.1" dependencies = [ "ahash", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0abec3b..a5baad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip-password-finder" -version = "0.8.0" +version = "0.8.1" description = "Find the password of protected ZIP files" authors = ["Arnaud Gourlay "] repository = "https://github.com/agourlay/zip-password-finder"