From: Matt S Trout Date: Thu, 3 Jan 2013 23:09:32 +0000 (+0000) Subject: bump version X-Git-Tag: v1.000002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FHTML-String.git;a=commitdiff_plain;h=fc59799f8f515c10ceca41031b7b4ef531bf495f bump version --- diff --git a/lib/HTML/String.pm b/lib/HTML/String.pm index a7bb28a..7f0cbcf 100644 --- a/lib/HTML/String.pm +++ b/lib/HTML/String.pm @@ -4,7 +4,7 @@ use strictures 1; use HTML::String::Value; use Exporter 'import'; -our $VERSION = '1.000001'; # 1.0.1 +our $VERSION = '1.000002'; # 1.0.2 $VERSION = eval $VERSION;