From: Matt S Trout Date: Thu, 12 Sep 2013 13:59:26 +0000 (+0000) Subject: bump version X-Git-Tag: v1.000003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c89ee9356b1e1a02b9f501c54732c8ba56c5d54d;p=scpubgit%2FHTML-String.git bump version --- diff --git a/lib/HTML/String.pm b/lib/HTML/String.pm index 038c396..10f498e 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.000002'; # 1.0.2 +our $VERSION = '1.000003'; # 1.0.3 $VERSION = eval $VERSION;