Skip to content

Commit

Permalink
0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Nov 5, 2014
1 parent 495e412 commit 52f95f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,9 @@ Revision history for Dist-Zilla-Plugin-GitHubREADME-Badge

{{$NEXT}}

0.05 2014-11-05 09:42:24 CST
- under wrong PAUSE account

0.04 2014-11-05 09:26:04 CST
- search with .md, .mkdn, .markdown (gh#1)

Expand Down
5 changes: 1 addition & 4 deletions META.json
Expand Up @@ -58,9 +58,6 @@
"web" : "https://github.com/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge"
}
},
"version" : "0.04",
"x_contributors" : [
"Fayland Lam <fayland@gmail.com>"
]
"version" : "0.05"
}

2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -25,7 +25,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => "0.96"
},
"VERSION" => "0.04",
"VERSION" => "0.05",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm
Expand Up @@ -2,7 +2,7 @@ package Dist::Zilla::Plugin::GitHubREADME::Badge;

use strict;
use 5.008_005;
our $VERSION = '0.04';
our $VERSION = '0.05';

use Moose;
use namespace::autoclean;
Expand Down

0 comments on commit 52f95f5

Please sign in to comment.