From: Matt S Trout Date: Sun, 15 Sep 2013 19:34:41 +0000 (+0000) Subject: bump version X-Git-Tag: v1.000005~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FHTML-String.git;a=commitdiff_plain;h=139fa4511a22034fdf2c70e924cc2fc1b17791e4 bump version --- diff --git a/lib/HTML/String.pm b/lib/HTML/String.pm index 9cf6e9d..c3b3b4a 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.000004'; # 1.0.4 +our $VERSION = '1.000005'; # 1.0.5 $VERSION = eval $VERSION;