summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-21 00:58:23 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-21 00:59:40 +0200
commit4075abbd126c07ce497b312429792c62ed58be00 (patch)
treec66db41fa85b384f562175d0570a112c511d1dcf
parent7ae6080a777e8c144977a44acb66637cf942d3aa (diff)
downloadwpa-psk-4075abbd126c07ce497b312429792c62ed58be00.tar
Bump patch versionwpa-psk-0.1.3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 976735f..a7b8d6a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -328,7 +328,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "wpa-psk"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"clap",
"hmac",
diff --git a/Cargo.toml b/Cargo.toml
index 1d6dda7..97d5d90 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wpa-psk"
-version = "0.1.2"
+version = "0.1.3"
authors = ["Stefan Kreutz <mail@skreutz.com>"]
edition = "2021"
description = "Compute the WPA-PSK of a Wi-FI SSID and passphrase"
Generated by cgit. See skreutz.com for my tech blog and contact information.