From 0ff5ca0dad1e59df58196191bd7609bd7b858ead Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Wed, 6 Sep 2017 08:48:03 +0100 Subject: [PATCH] Prepare for release. --- Changes.md | 8 +++++++- lib/SVG/Timeline/Genealogy.pm | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 77907f6..7d96a6e 100644 --- a/Changes.md +++ b/Changes.md @@ -1,8 +1,14 @@ # Change Log +## [0.0.3] - 2017-09-06 + +### Fixed + +- Packaging fixes + ## [0.0.2] - 2017-08-21 -## Fixed +### Fixed - Added SVG::Timeline to pre-reqs diff --git a/lib/SVG/Timeline/Genealogy.pm b/lib/SVG/Timeline/Genealogy.pm index e2e71aa..24e81ee 100644 --- a/lib/SVG/Timeline/Genealogy.pm +++ b/lib/SVG/Timeline/Genealogy.pm @@ -69,7 +69,7 @@ package SVG::Timeline::Genealogy; use 5.010; -our $VERSION = '0.0.2'; +our $VERSION = '0.0.3'; use Moose; use Moose::Util::TypeConstraints;