From: Marius Gavrilescu Date: Sat, 12 Aug 2017 14:20:17 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.001001^0 X-Git-Url: http://git.ieval.ro/?p=app-gallery.git;a=commitdiff_plain;h=1bd9c471ebbaeb9cd5a348a39b2af882e6af62d4 Bump version and update Changes --- 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);