From 6a9100059e88839bdf3184d065b90dfcbe42301f Mon Sep 17 00:00:00 2001 From: Andinus Date: Fri, 23 Apr 2021 18:04:54 +0530 Subject: Remove spaces from tags in META6.json, Bump version This module doesn't show up on modules.raku.org. I'm guessing it's because of spaces in `tags'. --- META6.json | 4 ++-- 1 file 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 " ], "license" : "ISC", @@ -14,7 +14,7 @@ "LWP::Simple::auth" ], "tags": [ - "Orion", "Password Store", "pass", "Have I Been Pwned", "HIBP" + "Orion", "PasswordStore", "pass", "HaveIBeenPwned", "HIBP" ], "source-url" : "https://git.tilde.institute/andinus/orion" } -- cgit 1.4.1-2-gfad0