diff --git a/Changes b/Changes index e3bcad91..a225b321 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for WWW::Mechanize +{{$NEXT}} + 2.13 2022-07-29 09:44:46Z [ENHANCEMENTS] - mech_dump now treats all local files like HTML regardless of what it diff --git a/Makefile.PL b/Makefile.PL index 6ce847b0..d99d36cf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -64,7 +64,7 @@ my %WriteMakefileArgs = ( "bytes" => 0, "lib" => 0 }, - "VERSION" => "2.13", + "VERSION" => "2.14", "test" => { "TESTS" => "t/*.t t/local/*.t t/mech-dump/*.t" } diff --git a/lib/WWW/Mechanize.pm b/lib/WWW/Mechanize.pm index f3c0a53f..fe79678e 100644 --- a/lib/WWW/Mechanize.pm +++ b/lib/WWW/Mechanize.pm @@ -134,7 +134,7 @@ Frequently asked questions. Make sure you read here FIRST. use strict; use warnings; -our $VERSION = '2.13'; +our $VERSION = '2.14'; use Tie::RefHash (); use HTTP::Request 1.30 (); diff --git a/lib/WWW/Mechanize/Image.pm b/lib/WWW/Mechanize/Image.pm index f1fe1133..719eaca8 100644 --- a/lib/WWW/Mechanize/Image.pm +++ b/lib/WWW/Mechanize/Image.pm @@ -3,7 +3,7 @@ package WWW::Mechanize::Image; use strict; use warnings; -our $VERSION = '2.13'; +our $VERSION = '2.14'; #ABSTRACT: Image object for WWW::Mechanize diff --git a/lib/WWW/Mechanize/Link.pm b/lib/WWW/Mechanize/Link.pm index cde2c8b4..00073103 100644 --- a/lib/WWW/Mechanize/Link.pm +++ b/lib/WWW/Mechanize/Link.pm @@ -3,7 +3,7 @@ package WWW::Mechanize::Link; use strict; use warnings; -our $VERSION = '2.13'; +our $VERSION = '2.14'; #ABSTRACT: Link object for WWW::Mechanize