From 890d8fa0bea4c94ae094feefcc89c6a9034b2838 Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Sat, 4 Apr 2026 17:11:43 +0200 Subject: [PATCH] release version 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81d7bec..d8a5f40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "fingerprunk" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 914cb97..548f12c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fingerprunk" -version = "0.2.1" +version = "0.2.2" authors = ["Niklas Elsbrock "] edition = "2024" description = "CLI tool for brute-forcing OpenPGP keys with cool fingerprints"