Skip to content

Commit

Permalink
Updating for release of version 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills committed Feb 28, 2016
1 parent 67fc4b3 commit 74cb71b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions bin/svgcal.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {},
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/SVG/Calendar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 74cb71b

Please sign in to comment.