From 0b6ec2c9bd3016c716ca29a254a3c65760079331 Mon Sep 17 00:00:00 2001 From: brycx Date: Sun, 2 Jun 2019 13:19:13 +0200 Subject: [PATCH] v0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f648a2..2a48e5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "checkpwn" -version = "0.2.8" +version = "0.3.0" authors = ["brycx "] description = "Check Have I Been Pwned and see if it's time for you to change passwords." keywords = [ "cli", "password", "security", "HIBP" ]