diff --git a/Changes b/Changes index 70530f2..ff7d69f 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery {{$NEXT}} +0.05 2016-07-11T23:34:49Z + [ BUG FIXES ] - Undeclared dependency on Test::Exception (GH#1, reported by andk) diff --git a/META.json b/META.json index 29b21bb..4739650 100644 --- a/META.json +++ b/META.json @@ -67,6 +67,6 @@ "web" : "https://github.com/cafe01/xml-libxml-jquery" } }, - "version" : "0.04", + "version" : "0.05", "x_authority" : "cpan:CAFEGRATZ" } diff --git a/lib/XML/LibXML/jQuery.pm b/lib/XML/LibXML/jQuery.pm index 564f77b..21fe1bc 100644 --- a/lib/XML/LibXML/jQuery.pm +++ b/lib/XML/LibXML/jQuery.pm @@ -10,7 +10,7 @@ use HTML::Selector::XPath qw/selector_to_xpath/; use Carp qw/ confess /; use JSON qw/ decode_json /; -our $VERSION = "0.04"; +our $VERSION = "0.05"; our @EXPORT_OK = qw/ j fn /; our @EXPORT = qw/ j /;