Skip to content

Commit

Permalink
increment $VERSION after 1.93 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 4, 2019
1 parent ef9ee28 commit fcf8d9a
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.93 2019-10-04 21:06:49Z
[FIXED]
- Allow images to not have a src attribute (GH#282) (Julien Fiegehenn)
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.93",
"VERSION" => "1.94",
"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.93';
our $VERSION = '1.94';

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.93';
our $VERSION = '1.94';

#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.93';
our $VERSION = '1.94';

#ABSTRACT: Link object for WWW::Mechanize

Expand Down

0 comments on commit fcf8d9a

Please sign in to comment.