Skip to content

Commit f6a6ac8

Browse files
committed
v2.0.3
1 parent 8fb00a2 commit f6a6ac8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pwnedpass.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package based on pwned by "Dominik Picheta"
22

3-
version = "2.0.2"
3+
version = "2.0.3"
44
author = "Sultan AlIsaee"
55
description = "A client and api for the Pwned passwords API."
66
license = "MIT"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__ __ __ __ __ __
44
|__)| ||\ ||_ | \ |__) /\ (_ (_
55
| |/\|| \||__|__/ | /--\__)__)
6-
v: 2.0.2 @foxoman
6+
v: 2.0.3 @foxoman
77

88
A command line utility that lets you check if a passphrase has been
99
pwned using the Pwned Passwords v3 API.

src/pwnedpass.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__ __ __ __ __ __
33
|__)| ||\ ||_ | \ |__) /\ (_ (_
44
| |/\|| \||__|__/ | /--\__)__)
5-
v: 2.0.2 @foxoman
5+
v: 2.0.3 @foxoman
66
77
A command line utility that lets you check if a passphrase has been
88
pwned using the Pwned Passwords v3 API.
@@ -63,7 +63,7 @@ when isMainModule:
6363
__ __ __ __ __ __
6464
|__)| ||\ ||_ | \ |__) /\ (_ (_
6565
| |/\|| \||__|__/ | /--\__)__)
66-
v: 2.0.2 @foxoman
66+
v: 2.0.3 @foxoman
6767
6868
A command line utility that lets you check if a passphrase has been
6969
pwned using the Pwned Passwords v3 API.

0 commit comments

Comments
 (0)