Skip to content

Commit

Permalink
0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Jun 17, 2018
1 parent eb57810 commit 09ed7df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Dist-Zilla-Plugin-GitHubREADME-Badge

{{$NEXT}}

0.27 2018-06-17 11:16:23 CST
- add travis-ci.com badge

0.26 2018-04-04 20:37:17 CST
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.26"
"version" : "0.27"
}
},
"release_status" : "stable",
Expand All @@ -72,7 +72,7 @@
"web" : "https://github.com/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge"
}
},
"version" : "0.26",
"version" : "0.27",
"x_contributors" : [
"Alex Efros <powerman@powerman.name>",
"Nikolay Mishin <mi@ya.ru>",
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -20,6 +20,7 @@ Dist::Zilla::Plugin::GitHubREADME::Badge - Dist::Zilla - add badges to github RE
# configure it yourself
[GitHubREADME::Badge]
badges = travis
badges = travis-ci.com
badges = appveyor
badges = coveralls
badges = gitter
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.26';
our $VERSION = '0.27';

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

0 comments on commit 09ed7df

Please sign in to comment.