diff options
-rw-r--r-- | META6.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/META6.json b/META6.json index 97abf44..c6548d1 100644 --- a/META6.json +++ b/META6.json @@ -1,7 +1,7 @@ { "name" : "orion", "auth" : "github:andinus", - "version" : "0.2.0", + "version" : "0.2.1", "description" : "Orion checks for compromised passwords using Have I Been Pwned API", "authors" : [ "Andinus <andinus@nand.sh>" ], "license" : "ISC", @@ -14,7 +14,7 @@ "LWP::Simple::auth<github:raku-community-modules>" ], "tags": [ - "Orion", "Password Store", "pass", "Have I Been Pwned", "HIBP" + "Orion", "PasswordStore", "pass", "HaveIBeenPwned", "HIBP" ], "source-url" : "https://git.tilde.institute/andinus/orion" } |