From 388cd97e37614a3e6ce3df4805c20aa4d4ef4efb Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 20 Mar 2018 15:22:14 +0100 Subject: Bump version to 1.3.2 --- CHANGELOG.md | 2 +- META6.json | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6745b4..8a93a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [unreleased] +## [1.3.2] - 2018-03-20 ### Added - A CHANGELOG is now present to keep track of changes between versions diff --git a/META6.json b/META6.json index 9c7af51..ae047bd 100644 --- a/META6.json +++ b/META6.json @@ -18,7 +18,9 @@ "Config::Parser": "lib/Config/Parser.pm6", "Config::Parser::NULL": "lib/Config/Parser/NULL.pm6" }, - "resources": [ ], + "resources": [ + + ], "source-url": "https://github.com/scriptkitties/p6-Config.git", "tags": [ "config", @@ -27,5 +29,5 @@ "test-depends": [ "Test::META" ], - "version": "1.3.1" -} + "version": "1.3.2" +} \ No newline at end of file -- cgit v1.1