From: Simon Elliott Date: Thu, 28 Feb 2013 12:20:53 +0000 (+0000) Subject: bump version X-Git-Tag: 0.009009~3^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=c1f6c979b4ae7f2af6fadeeb459ec079fc7eb492 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 3d35eff..e92e25c 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;