Skip to content

Commit

Permalink
0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Apr 4, 2018
1 parent 0185cdf commit aba7d7a
Show file tree
Hide file tree
Showing 3 changed files with 6 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.25 2018-04-04 12:02:43 CST
- Fix docker badges to use lower case (powerman)

0.24 2018-04-04 08:05:10 CST
- Added support for Docker automated and build badges (powerman)

Expand Down
4 changes: 2 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.24"
"version" : "0.25"
}
},
"release_status" : "stable",
Expand All @@ -72,7 +72,7 @@
"web" : "https://github.com/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge"
}
},
"version" : "0.24",
"version" : "0.25",
"x_contributors" : [
"Alex Efros <powerman@powerman.name>",
"Nikolay Mishin <mi@ya.ru>",
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.24';
our $VERSION = '0.25';

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

0 comments on commit aba7d7a

Please sign in to comment.