Skip to content

Commit

Permalink
increment $VERSION after 1.96 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Feb 21, 2020
1 parent 82509c3 commit de2fc0b
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}}

1.96 2020-02-21 02:23:40Z [FIXED]
- HTML::Form::find_input() has a 1-based index (GH#293) (Olaf Alders)
- Fix invocation of dump_forms in mech-dump (GH#288) (積丹尼 Dan Jacobson)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ my %WriteMakefileArgs = (
"lib" => 0,
"vars" => 0
},
"VERSION" => "1.96",
"VERSION" => "1.97",
"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 @@ -133,7 +133,7 @@ Frequently asked questions. Make sure you read here FIRST.
use strict;
use warnings;

our $VERSION = '1.96';
our $VERSION = '1.97';

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 = '1.96';
our $VERSION = '1.97';

#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 = '1.96';
our $VERSION = '1.97';

#ABSTRACT: Link object for WWW::Mechanize

Expand Down

0 comments on commit de2fc0b

Please sign in to comment.