Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed May 2, 2016
1 parent 782ef4f commit 009f5ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Dist-Zilla-Plugin-Prereqs-AuthorDeps

{{$NEXT}}

0.006 2016-05-02 11:06:55-04:00 America/New_York

[CHANGED]

- Capped max Dist::Zilla prereq added to 5 until Dist::Zilla v6 is
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
"Test::Deep::JSON" => 0,
"Test::More" => "0.96"
},
"VERSION" => "0.006",
"VERSION" => "0.007",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/Prereqs/AuthorDeps.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::Prereqs::AuthorDeps;
# ABSTRACT: Add Dist::Zilla authordeps to META files as develop prereqs
our $VERSION = '0.006';
our $VERSION = '0.007';

use Moose;
use MooseX::Types::Moose qw( HashRef ArrayRef Str );
Expand Down

0 comments on commit 009f5ab

Please sign in to comment.