From d6ca4513257f55efef91822725a7bdb6b51b7d1a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 22 Nov 2017 13:34:30 +0100 Subject: Bump version to 1.3.0 --- META6.json | 61 ++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/META6.json b/META6.json index 91ce84f..e202a87 100644 --- a/META6.json +++ b/META6.json @@ -1,30 +1,33 @@ { - "perl": "6", - "name": "Config", - "version": "1.2.2", - "auth": "github:scriptkitties", - "description": "Extensible library for reading and writing configuration files.", - "license": "GPL-3.0", - "depends": [ - "Hash::Merge" - ], - "provides": { - "Config": "lib/Config.pm6", - "Config::Parser": "lib/Config/Parser.pm6", - "Config::Parser::NULL": "lib/Config/Parser/NULL.pm6", - "Config::Exception::FileNotFoundException": "lib/Config/Exception/FileNotFoundException.pm6", - "Config::Exception::UnimplementedMethodException": "lib/Config/Exception/UnimplementedMethodException.pm6", - "Config::Exception::MissingParserException": "lib/Config/Exception/MissingParserException.pm6" - }, - "authors": [ - "Patrick Spek " - ], - "tags": [ - "config", - "configuration" - ], - "test-depends": [ - "Test::META" - ], - "source-url": "https://github.com/scriptkitties/p6-Config.git" -} + "auth": "github:scriptkitties", + "authors": [ + "Patrick Spek " + ], + "depends": [ + "Hash::Merge" + ], + "description": "Extensible library for reading and writing configuration files.", + "license": "GPL-3.0", + "name": "Config", + "perl": "6", + "provides": { + "Config": "lib/Config.pm6", + "Config::Exception::FileNotFoundException": "lib/Config/Exception/FileNotFoundException.pm6", + "Config::Exception::MissingParserException": "lib/Config/Exception/MissingParserException.pm6", + "Config::Exception::UnimplementedMethodException": "lib/Config/Exception/UnimplementedMethodException.pm6", + "Config::Parser": "lib/Config/Parser.pm6", + "Config::Parser::NULL": "lib/Config/Parser/NULL.pm6" + }, + "resources": [ + null + ], + "source-url": "https://github.com/scriptkitties/p6-Config.git", + "tags": [ + "config", + "configuration" + ], + "test-depends": [ + "Test::META" + ], + "version": "1.3.0" +} \ No newline at end of file -- cgit v1.1