Skip to content

Commit

Permalink
0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Apr 29, 2015
1 parent 38bbacb commit cd68ed8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.14 2015-04-29 18:04:04 CST
- small url fixes from Mishin

0.13 2015-04-27 09:17:02 CST
- no code changes

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.13",
"version" : "0.14",
"x_contributors" : [
"Nikolay Mishin <mi@ya.ru>"
]
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.13",
"VERSION" => "0.14",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
[![Gitter chat](https://badges.gitter.im/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge.png)](https://gitter.im/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge)
[![Kwalitee status](http://cpants.cpanauthors.org/dist/Dist-Zilla-Plugin-GitHubREADME-Badge.png)](http://cpants.charsbar.org/dist/overview/Dist-Zilla-Plugin-GitHubREADME-Badge)
[![GitHub issues](https://img.shields.io/github/issues/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge.svg)](https://github.com/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge/issues)
[![GitHub tag](https://img.shields.io/github/tag/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge.svg)]()
[![Cpan license](https://img.shields.io/cpan/l/Dist-Zilla-Plugin-GitHubREADME-Badge.svg)]()
[![Cpan version](https://img.shields.io/cpan/v/Dist-Zilla-Plugin-GitHubREADME-Badge.svg)]()

# NAME

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.13';
our $VERSION = '0.14';

use Moose;
use namespace::autoclean;
Expand Down

0 comments on commit cd68ed8

Please sign in to comment.