diff --git a/Cargo.lock b/Cargo.lock index e408a2a..aa27e85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "fingerprunk" -version = "0.2.2" +version = "0.3.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f4216c3..593539e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fingerprunk" -version = "0.2.2" +version = "0.3.0" authors = ["Niklas Elsbrock "] edition = "2024" description = "CLI tool for brute-forcing OpenPGP keys with cool fingerprints"