Bump version and update Changes master 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 12 Aug 2017 14:20:17 +0000 (17:20 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 12 Aug 2017 14:20:17 +0000 (17:20 +0300)
Changes
README
lib/App/Gallery.pm

diff --git a/Changes b/Changes
index 8bfad704cb4930034b82bdeed6f3275e51239f33..5c5c3cc769790b88fbc1c4ee0156090627877668 100644 (file)
--- 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 37fdfbcecb9a7f9222e7126c65de78189e7e50ee..3c485f6c7fb655b48938fe8b10b17ff9b61b7051 100644 (file)
--- 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
index 17f2f5e839c5775f3dab09615371c7b0924332c5..250bc2045b0bb0d89f6c76bea76ac8fdf452e343 100644 (file)
@@ -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);
This page took 0.011588 seconds and 4 git commands to generate.