From 1bd9c471ebbaeb9cd5a348a39b2af882e6af62d4 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 12 Aug 2017 17:20:17 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 4 ++-- lib/App/Gallery.pm | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 8bfad70..5c5c3cc 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl extension App::Gallery. +0.002 2017-08-12T17:20+08:00 + - Fix PREREQ_PM + 0.001 2017-07-31T22:10+08:00 - Initial release diff --git a/README b/README index 37fdfbc..3c485f6 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -App-Gallery version 0.001 -========================= +App-Gallery version 0.001001 +============================ gallery.pl creates basic image galleries. Pass an output directory and a list of images to the script. The images will be hard linked into diff --git a/lib/App/Gallery.pm b/lib/App/Gallery.pm index 17f2f5e..250bc20 100644 --- a/lib/App/Gallery.pm +++ b/lib/App/Gallery.pm @@ -12,7 +12,7 @@ use File::Spec::Functions qw/catdir catfile/; use HTML::Template::Compiled; use Image::Magick; -our $VERSION = '0.001'; +our $VERSION = '0.001001'; my $default_template; my %default_args = (tmpl => '', title => 'Gallery', width => 600, height => 600); -- 2.30.2