Skip to content

Commit

Permalink
0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Oct 2, 2015
1 parent 437446c commit d45e021
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Dist-Zilla-Plugin-GitHubREADME-Badge

{{$NEXT}}

0.16 2015-10-02 11:44:52 CST
- use svg for coveralls and gitter.im (Randy Stauner)

0.15 2015-10-01 13:55:15 CST
- add 'phase' attribute to enable after-release instead of after-build (Randy Stauner)
- add tests and small bug fixes (Randy Stauner)
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"web" : "https://github.com/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge"
}
},
"version" : "0.15",
"version" : "0.16",
"x_contributors" : [
"Nikolay Mishin <mi@ya.ru>",
"Randy Stauner <randy@magnificent-tears.com>"
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => "0.96"
},
"VERSION" => "0.15",
"VERSION" => "0.16",
"test" => {
"TESTS" => "t/*.t"
}
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 @@ -2,7 +2,7 @@ package Dist::Zilla::Plugin::GitHubREADME::Badge;

use strict;
use 5.008_005;
our $VERSION = '0.15';
our $VERSION = '0.16';

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

0 comments on commit d45e021

Please sign in to comment.