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"