From: Matt S Trout Date: Thu, 3 Jan 2013 20:24:41 +0000 (+0000) Subject: bump version X-Git-Tag: v1.000001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FHTML-String.git;a=commitdiff_plain;h=c82dc8d3a3a6c6afd7f8eee2bba39f9063a01c3e bump version --- diff --git a/lib/HTML/String.pm b/lib/HTML/String.pm index a16a0dd..a7bb28a 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.000000'; # 1.0.0 +our $VERSION = '1.000001'; # 1.0.1 $VERSION = eval $VERSION;