From: Simon Elliott Date: Thu, 28 Feb 2013 12:20:53 +0000 (+0000) Subject: bump version X-Git-Tag: 0.009009~1^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=9d554d62af2ba16997f6f47f23ef0674ac50e5c5 bump version --- diff --git a/dist.ini b/dist.ini index b4b1985..314fe9f 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = HTML-Zoom -version = 0.009007 +version = 0.009008 author = Matt S. Trout license = Perl_5 copyright_holder = Matt S. Trout diff --git a/lib/HTML/Zoom.pm b/lib/HTML/Zoom.pm index eba4adf..ce0df57 100644 --- a/lib/HTML/Zoom.pm +++ b/lib/HTML/Zoom.pm @@ -8,7 +8,7 @@ use HTML::Zoom::Transform; use HTML::Zoom::TransformBuilder; use Scalar::Util (); -our $VERSION = '0.009007'; +our $VERSION = '0.009008'; $VERSION = eval $VERSION;