From 5dc402cb439c121a6c79f92707cfb0c59759e368 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Sat, 21 Sep 2024 21:25:45 +0200 Subject: [PATCH] bump 0.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91bc136..5e384db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,7 +1133,7 @@ dependencies = [ [[package]] name = "zip-password-finder" -version = "0.9.0" +version = "0.9.1" dependencies = [ "ahash", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0642809..6e63317 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip-password-finder" -version = "0.9.0" +version = "0.9.1" description = "Find the password of protected ZIP files" authors = ["Arnaud Gourlay "] repository = "https://github.com/agourlay/zip-password-finder"