From 009f5ab6cf3f930149f22beb3227e83acfd11cb5 Mon Sep 17 00:00:00 2001 From: David Golden Date: Mon, 2 May 2016 11:07:14 -0400 Subject: [PATCH] After release: bump $VERSION and timestamp Changes --- Changes | 2 ++ Makefile.PL | 2 +- lib/Dist/Zilla/Plugin/Prereqs/AuthorDeps.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 7445bfb..3d47855 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/Makefile.PL b/Makefile.PL index 56b2556..6fb85cb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,7 +37,7 @@ my %WriteMakefileArgs = ( "Test::Deep::JSON" => 0, "Test::More" => "0.96" }, - "VERSION" => "0.006", + "VERSION" => "0.007", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/Dist/Zilla/Plugin/Prereqs/AuthorDeps.pm b/lib/Dist/Zilla/Plugin/Prereqs/AuthorDeps.pm index fc8135f..86e35cf 100644 --- a/lib/Dist/Zilla/Plugin/Prereqs/AuthorDeps.pm +++ b/lib/Dist/Zilla/Plugin/Prereqs/AuthorDeps.pm @@ -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 );