Skip to content

Commit

Permalink
0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Aug 21, 2020
1 parent a4763e4 commit d8a52ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,9 @@ Revision history for Dist-Zilla-Plugin-GitHubREADME-Badge

{{$NEXT}}

0.32 2020-08-21 20:37:30 CST
- Fix min perl version (JRaspass)

0.31 2020-08-20 08:07:39 CST
- add cpancover badge (reneeb)

Expand Down
5 changes: 3 additions & 2 deletions META.json
Expand Up @@ -57,7 +57,7 @@
"provides" : {
"Dist::Zilla::Plugin::GitHubREADME::Badge" : {
"file" : "lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm",
"version" : "0.31"
"version" : "0.32"
}
},
"release_status" : "stable",
Expand All @@ -72,10 +72,11 @@
"web" : "https://github.com/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge"
}
},
"version" : "0.31",
"version" : "0.32",
"x_contributors" : [
"Alex Efros <powerman@powerman.name>",
"Chase Whitener <cwhitener@gmail.com>",
"James Raspass <jraspass@gmail.com>",
"Nikolay Mishin <mi@ya.ru>",
"Olaf Alders <olaf@wundersolutions.com>",
"Paul Cochrane <paul@liekut.de>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm
Expand Up @@ -3,7 +3,7 @@ package Dist::Zilla::Plugin::GitHubREADME::Badge;
use strict;
use warnings;
use 5.008_005;
our $VERSION = '0.31';
our $VERSION = '0.32';

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

0 comments on commit d8a52ad

Please sign in to comment.