From b16fb88f8ccb258b3e097796407dadac0b505039 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Sat, 28 Jan 2023 10:59:33 +0100 Subject: [PATCH] 0.6.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f163d40..febee1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1113,7 +1113,7 @@ dependencies = [ [[package]] name = "zip-password-finder" -version = "0.6.1" +version = "0.6.2" dependencies = [ "clap 4.1.4", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 3587dc8..381424d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip-password-finder" -version = "0.6.1" +version = "0.6.2" description = "Find the password of protected ZIP files" authors = ["Arnaud Gourlay "] license = "Apache-2.0"