Skip to content

Commit 44786cc

Browse files
committed
bump version
1 parent cc67321 commit 44786cc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

lib/Module/Release/Kwalitee.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Exporter qw(import);
88

99
our @EXPORT = qw(check_kwalitee cpants_lint cpants_pass_regex );
1010

11-
our $VERSION = '2.129';
11+
our $VERSION = '2.131';
1212

1313
=encoding utf8
1414

lib/Module/Release/MANIFEST.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Exporter qw(import);
88

99
our @EXPORT = qw( check_MANIFEST );
1010

11-
our $VERSION = '2.129';
11+
our $VERSION = '2.131';
1212

1313
=encoding utf8
1414

lib/Module/Release/MetaCPAN.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Carp;
1010

1111
our @EXPORT = qw( cpan_version );
1212

13-
our $VERSION = '2.129';
13+
our $VERSION = '2.131';
1414

1515
=encoding utf8
1616

lib/Module/Release/PAUSE.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Carp qw(croak);
1010

1111
our @EXPORT = qw();
1212

13-
our $VERSION = '2.129';
13+
our $VERSION = '2.131';
1414

1515
=encoding utf8
1616

lib/Module/Release/Prereq.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Exporter qw(import);
88

99
our @EXPORT = qw( check_prereqs _get_prereq_ignore_list );
1010

11-
our $VERSION = '2.129';
11+
our $VERSION = '2.131';
1212

1313
=encoding utf8
1414

lib/Module/Release/SVN.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Carp;
1010

1111
our @EXPORT = qw(check_vcs vcs_tag make_vcs_tag);
1212

13-
our $VERSION = '2.129';
13+
our $VERSION = '2.131';
1414

1515
=encoding utf8
1616

lib/Module/Release/WebUpload/Mojo.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ our @EXPORT = qw(
1717
pause_add_uri
1818
);
1919

20-
our $VERSION = '2.129';
20+
our $VERSION = '2.131';
2121

2222
=encoding utf8
2323

0 commit comments

Comments
 (0)