From a3692950d439424f3c10cb6fe0b26d96efb5051c Mon Sep 17 00:00:00 2001 From: Chase Whitener Date: Mon, 5 Sep 2016 12:07:18 -0400 Subject: [PATCH] version bump --- Changes | 3 +++ META.json | 10 +++++----- Makefile.PL | 2 +- dist.ini | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index da8cc7d..6c3e98e 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for {{$dist->name}} {{$NEXT}} + - + +0.100 2016-09-05 - Dist::Zilla now used 0.01 Wed Nov 27 13:48:49 1996 diff --git a/META.json b/META.json index cf4a726..3412c1c 100644 --- a/META.json +++ b/META.json @@ -66,15 +66,15 @@ "provides" : { "Exception" : { "file" : "lib/Exception.pm", - "version" : "0.100" + "version" : "0.101" }, "Exceptions" : { "file" : "lib/Exceptions.pm", - "version" : "0.100" + "version" : "0.101" }, "SimpleException" : { "file" : "lib/SimpleException.pm", - "version" : "0.100" + "version" : "0.101" } }, "release_status" : "stable", @@ -89,7 +89,7 @@ "web" : "https://github.com/genio/p5-exceptions" } }, - "version" : "0.100", + "version" : "0.101", "x_Dist_Zilla" : { "perl" : { "version" : "5.024000" @@ -390,7 +390,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v0.100", + "tag" : "v0.101", "tag_format" : "v%v", "tag_message" : "v%v" }, diff --git a/Makefile.PL b/Makefile.PL index d5e0533..5ed9ca3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ my %WriteMakefileArgs = ( "File::Spec" => 0, "Test::More" => "0.88" }, - "VERSION" => "0.100", + "VERSION" => "0.101", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index c285b2e..61cfaa5 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Chase Whitener copyright_year = 2016 -version = 0.100 +version = 0.101 [@Starter] revision = 1