Skip to content

Commit 692c053

Browse files
committed
increment $VERSION after 2.14 release
1 parent 6236897 commit 692c053

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.14 2022-08-15 19:19:24Z
46
[FIXED]
57
- File upload fields now correctly handle overwriting the file name and

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ my %WriteMakefileArgs = (
6464
"bytes" => 0,
6565
"lib" => 0
6666
},
67-
"VERSION" => "2.14",
67+
"VERSION" => "2.15",
6868
"test" => {
6969
"TESTS" => "t/*.t t/local/*.t t/mech-dump/*.t"
7070
}

lib/WWW/Mechanize.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Frequently asked questions. Make sure you read here FIRST.
134134
use strict;
135135
use warnings;
136136

137-
our $VERSION = '2.14';
137+
our $VERSION = '2.15';
138138

139139
use Tie::RefHash ();
140140
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.14';
6+
our $VERSION = '2.15';
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.14';
6+
our $VERSION = '2.15';
77

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

0 commit comments

Comments
 (0)