From 105b72880fc960410abdefb4cb6275369c1d84dd Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Mon, 11 Mar 2024 20:03:29 +0100 Subject: [PATCH] Add tags closes #97 --- META6.json | 4 ++-- README.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/META6.json b/META6.json index 8a07232..61242bf 100644 --- a/META6.json +++ b/META6.json @@ -1,9 +1,9 @@ { "perl" : "6.d", "name" : "Pod::To::HTML", - "version" : "0.8.1", + "version" : "v0.8.1", "auth" : "github:Raku", - "authors" : [ "Raku" ], + "authors" : [ "Raku Community modules" ], "description" : "Convert Raku Pod to HTML", "license" : "Artistic-2.0", "depends" : [ diff --git a/README.md b/README.md index 6ea77c8..bdc9310 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -Pod::To::HTML -============= +Pod::To::HTML v0.8.1 +==================== [![Test in a Raku container](https://github.com/Raku/Pod-To-HTML/actions/workflows/test.yaml/badge.svg)](https://github.com/Raku/Pod-To-HTML/actions/workflows/test.yaml) + Raku module to render Pod as HTML. Synopsis