From b56fcc86b9d42d652a9696595d268f5533b018a6 Mon Sep 17 00:00:00 2001 From: Chase Whitener Date: Mon, 15 Oct 2018 17:54:45 -0400 Subject: [PATCH] version bump after release --- META.json | 10 +++++----- Makefile.PL | 2 +- dist.ini | 2 +- lib/Exception.pm | 2 +- lib/Exceptions.pm | 2 +- lib/SimpleException.pm | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/META.json b/META.json index dc045d0..5466abd 100644 --- a/META.json +++ b/META.json @@ -71,15 +71,15 @@ "provides" : { "Exception" : { "file" : "lib/Exception.pm", - "version" : "0.103" + "version" : "0.104" }, "Exceptions" : { "file" : "lib/Exceptions.pm", - "version" : "0.103" + "version" : "0.104" }, "SimpleException" : { "file" : "lib/SimpleException.pm", - "version" : "0.103" + "version" : "0.104" } }, "release_status" : "stable", @@ -94,7 +94,7 @@ "web" : "https://github.com/genio/p5-exceptions" } }, - "version" : "0.103", + "version" : "0.104", "x_Dist_Zilla" : { "perl" : { "version" : "5.028000" @@ -426,7 +426,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v0.103", + "tag" : "v0.104", "tag_format" : "v%v", "tag_message" : "v%v" }, diff --git a/Makefile.PL b/Makefile.PL index 99cd3d1..07f1eab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ my %WriteMakefileArgs = ( "File::Spec" => 0, "Test::More" => "0.88" }, - "VERSION" => "0.103", + "VERSION" => "0.104", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index a611055..783899f 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Chase Whitener copyright_year = 2016 -version = 0.103 +version = 0.104 [Git::GatherDir] exclude_filename = Makefile.PL diff --git a/lib/Exception.pm b/lib/Exception.pm index b49d884..ea1d1b2 100644 --- a/lib/Exception.pm +++ b/lib/Exception.pm @@ -1,6 +1,6 @@ package Exception; -our $VERSION = '0.103'; +our $VERSION = '0.104'; use strict; use warnings; diff --git a/lib/Exceptions.pm b/lib/Exceptions.pm index f72f26d..3954f23 100644 --- a/lib/Exceptions.pm +++ b/lib/Exceptions.pm @@ -1,6 +1,6 @@ package Exceptions; -our $VERSION = '0.103'; +our $VERSION = '0.104'; use strict; use warnings; diff --git a/lib/SimpleException.pm b/lib/SimpleException.pm index a5e053f..63eaaa0 100644 --- a/lib/SimpleException.pm +++ b/lib/SimpleException.pm @@ -1,6 +1,6 @@ package SimpleException; -our $VERSION = '0.103'; +our $VERSION = '0.104'; use strict; use warnings;