Skip to content

Commit

Permalink
0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Nov 22, 2019
1 parent 95e2316 commit cead99d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Dist-Zilla-Plugin-GitHubREADME-Badge

{{$NEXT}}

0.30 2019-11-22 12:33:09 CST
- Update CPANTS URL (oalders)

0.29 2019-10-03 22:11:47 CST
Expand Down
5 changes: 3 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"provides" : {
"Dist::Zilla::Plugin::GitHubREADME::Badge" : {
"file" : "lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm",
"version" : "0.29"
"version" : "0.30"
}
},
"release_status" : "stable",
Expand All @@ -72,11 +72,12 @@
"web" : "https://github.com/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge"
}
},
"version" : "0.29",
"version" : "0.30",
"x_contributors" : [
"Alex Efros <powerman@powerman.name>",
"Chase Whitener <cwhitener@gmail.com>",
"Nikolay Mishin <mi@ya.ru>",
"Olaf Alders <olaf@wundersolutions.com>",
"Paul Cochrane <paul@liekut.de>",
"Randy Stauner <randy@magnificent-tears.com>",
"Shoichi Kaji <skaji@cpan.org>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Dist::Zilla::Plugin::GitHubREADME::Badge;
use strict;
use warnings;
use 5.008_005;
our $VERSION = '0.29';
our $VERSION = '0.30';

use Moose;
use Moose::Util::TypeConstraints qw(enum);
Expand Down

0 comments on commit cead99d

Please sign in to comment.