From 0a1c010018135291c11cb70f42853f65a0b1760d Mon Sep 17 00:00:00 2001 From: Andinus Date: Tue, 27 Apr 2021 21:32:36 +0530 Subject: Fix META6.json, Bump version It wasn't showing up on modules.raku.org because of invalid JSON probably. --- META6.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/META6.json b/META6.json index c6548d1..d357bb6 100644 --- a/META6.json +++ b/META6.json @@ -1,16 +1,16 @@ { "name" : "orion", "auth" : "github:andinus", - "version" : "0.2.1", + "version" : "0.2.2", "description" : "Orion checks for compromised passwords using Have I Been Pwned API", "authors" : [ "Andinus " ], "license" : "ISC", "perl" : "6.d", "provides" : { - "Orion::CLI" : "lib/Orion/CLI.rakumod", + "Orion::CLI" : "lib/Orion/CLI.rakumod" }, "depends" : [ - "Digest::SHA" + "Digest::SHA", "LWP::Simple::auth" ], "tags": [ -- cgit 1.4.1-2-gfad0