diff --git a/Changes b/Changes index ca16e0c..7d4f851 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for Perl extension SVG::Calendar +0.3.11 2016-02-28 + Updating for release of version 0.3.11 + Updated license date (Ivan Wills) + Made it possible to pass tests before being installed (Ivan Wills) + Added missing config files (Ivan Wills) + Added missing travis file (Ivan Wills) + 0.3.10 2015-12-05 Updating for release of version 0.3.10 Added a little more detail to synopsis (Ivan Wills) diff --git a/bin/svgcal.pl b/bin/svgcal.pl index 0fd2f9d..1286484 100755 --- a/bin/svgcal.pl +++ b/bin/svgcal.pl @@ -18,7 +18,7 @@ use Path::Tiny; use FindBin qw/$Bin/; -our $VERSION = version->new('0.3.10'); +our $VERSION = version->new('0.3.11'); my %option = ( moon => {}, @@ -285,7 +285,7 @@ =head1 NAME =head1 VERSION -This documentation refers to svgcal.pl version 0.3.10. +This documentation refers to svgcal.pl version 0.3.11. =head1 SYNOPSIS diff --git a/lib/SVG/Calendar.pm b/lib/SVG/Calendar.pm index a2c3e8f..b13448a 100644 --- a/lib/SVG/Calendar.pm +++ b/lib/SVG/Calendar.pm @@ -22,7 +22,7 @@ use Image::ExifTool qw/ImageInfo/; use English '-no_match_vars'; use base qw/Exporter/; -our $VERSION = version->new('0.3.10'); +our $VERSION = version->new('0.3.11'); our @EXPORT_OK = qw//; Readonly my $MARGIN_RATIO => 0.04; @@ -561,7 +561,7 @@ SVG::Calendar - Creates calendars in SVG format which can be printed =head1 VERSION -This documentation refers to SVG::Calendar version 0.3.10. +This documentation refers to SVG::Calendar version 0.3.11. =head1 SYNOPSIS