Skip to content

Commit 445b8b2

Browse files
committed
chore(release): bump version to 1.0.1
1 parent a1f40e8 commit 445b8b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pkcs12cracker"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
authors = ["Vladislav Dyachenko"]
66
description = "High-performance, multi-threaded PKCS#12 password cracker supporting dictionary, pattern-based, and brute force attacks"

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::path::PathBuf;
66
#[derive(Debug, Parser, Clone)]
77
#[command(name = "pkcs12cracker")]
88
#[command(author = "Vladislav Dyachenko")]
9-
#[command(version = "1.0.0")]
9+
#[command(version = "1.0.1")]
1010
#[command(about = "Fast, multi-threaded PKCS#12 password cracker")]
1111
#[command(
1212
long_about = "Cracks passwords for PKCS#12 files (.p12/.pfx) using multiple attack strategies: \

0 commit comments

Comments
 (0)