Skip to content

Commit

Permalink
0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Nov 5, 2014
1 parent 52f95f5 commit 6f349aa
Show file tree
Hide file tree
Showing 4 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.06 2014-11-05 10:00:08 CST
- for a 'Failed: PAUSE indexer report'

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

Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -58,6 +58,6 @@
"web" : "https://github.com/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge"
}
},
"version" : "0.05"
"version" : "0.06"
}

2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -25,7 +25,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => "0.96"
},
"VERSION" => "0.05",
"VERSION" => "0.06",
"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.05';
our $VERSION = '0.06';

use Moose;
use namespace::autoclean;
Expand Down

0 comments on commit 6f349aa

Please sign in to comment.