From eede12f787363324c64f6024ec221f6eb8a4033d Mon Sep 17 00:00:00 2001 From: Geoffrey Broadwell Date: Sat, 19 Aug 2017 17:31:16 -0700 Subject: [PATCH] Add tags, bump version to 0.0.3 --- META6.json | 7 +++++-- lib/Text/MiscUtils.pm6 | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/META6.json b/META6.json index 1dffd42..2eeac36 100644 --- a/META6.json +++ b/META6.json @@ -17,7 +17,10 @@ }, "resources" : [ ], "source-url" : "git://github.com/japhb/Text-MiscUtils.git", - "tags" : [ ], + "tags" : [ + "Text", + "MiscUtils" + ], "test-depends" : [ ], - "version" : "0.0.2" + "version" : "0.0.3" } diff --git a/lib/Text/MiscUtils.pm6 b/lib/Text/MiscUtils.pm6 index 92fb7a7..851807f 100644 --- a/lib/Text/MiscUtils.pm6 +++ b/lib/Text/MiscUtils.pm6 @@ -1,5 +1,5 @@ use v6.c; -unit class Text::MiscUtils:ver<0.0.2>; +unit class Text::MiscUtils:ver<0.0.3>; =begin pod