Skip to content

Commit 4a3a30d

Browse files
committed
increment $VERSION after 2.20 release
1 parent b1d5498 commit 4a3a30d

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for WWW::Mechanize
22

3+
{{$NEXT}}
4+
35
2.20 2025-10-22 19:04:44Z
46
[ENHANCEMENTS]
57
- WWW::Mechanize no longer taints the responses it receives. This also

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ my %WriteMakefileArgs = (
5959
"bytes" => 0,
6060
"lib" => 0
6161
},
62-
"VERSION" => "2.20",
62+
"VERSION" => "2.21",
6363
"test" => {
6464
"TESTS" => "t/*.t t/local/*.t t/mech-dump/*.t"
6565
}

lib/WWW/Mechanize.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Please check for your own OS at the bottom of this page.
143143
use strict;
144144
use warnings;
145145

146-
our $VERSION = '2.20';
146+
our $VERSION = '2.21';
147147

148148
use Tie::RefHash ();
149149
use HTTP::Request 1.30 ();

lib/WWW/Mechanize/Image.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package WWW::Mechanize::Image;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '2.20';
6+
our $VERSION = '2.21';
77

88
#ABSTRACT: Image object for WWW::Mechanize
99

lib/WWW/Mechanize/Link.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package WWW::Mechanize::Link;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '2.20';
6+
our $VERSION = '2.21';
77

88
#ABSTRACT: Link object for WWW::Mechanize
99

0 commit comments

Comments
 (0)