diff --git a/Changes b/Changes index f04e105a..4f2ef927 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for WWW::Mechanize +{{$NEXT}} + 2.10 2022-07-04 21:06:13Z [ENHANCEMENTS] diff --git a/Makefile.PL b/Makefile.PL index 42a86de0..d69226c0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,7 +65,7 @@ my %WriteMakefileArgs = ( "bytes" => 0, "lib" => 0 }, - "VERSION" => "2.10", + "VERSION" => "2.11", "test" => { "TESTS" => "t/*.t t/local/*.t t/mech-dump/*.t" } diff --git a/lib/WWW/Mechanize.pm b/lib/WWW/Mechanize.pm index 382c6f63..96821cbc 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.10'; +our $VERSION = '2.11'; use Tie::RefHash; use HTTP::Request 1.30; diff --git a/lib/WWW/Mechanize/Image.pm b/lib/WWW/Mechanize/Image.pm index 88b8fb99..3ab882ec 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.10'; +our $VERSION = '2.11'; #ABSTRACT: Image object for WWW::Mechanize diff --git a/lib/WWW/Mechanize/Link.pm b/lib/WWW/Mechanize/Link.pm index 12b2ebaa..57fd226c 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.10'; +our $VERSION = '2.11'; #ABSTRACT: Link object for WWW::Mechanize