Skip to content

Commit

Permalink
increment $VERSION after 2.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simbabque committed Jul 29, 2022
1 parent 5d0d05f commit 9b7828d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/Mechanize.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 ();
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/Mechanize/Image.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/Mechanize/Link.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b7828d

Please sign in to comment.