bump version
Simon Elliott [Thu, 28 Feb 2013 12:20:53 +0000 (12:20 +0000)]
dist.ini
lib/HTML/Zoom.pm

index b4b1985..314fe9f 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
 name    = HTML-Zoom
-version = 0.009007
+version = 0.009008
 author  = Matt S. Trout <mst@shadowcat.co.uk>
 license = Perl_5
 copyright_holder = Matt S. Trout <mst@shadowcat.co.uk>
index 3d35eff..e92e25c 100644 (file)
@@ -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;