From d89d99e314e9a8e0a9e39d74b94fcb693e46b246 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 7 Mar 2019 21:06:05 -0600 Subject: [PATCH] release v0.016 [Fixed] - Fixed a problem that caused commands to not work at all --- META.json | 14 +++++++------- README.mkdn | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/META.json b/META.json index 9bad39e..befb982 100644 --- a/META.json +++ b/META.json @@ -61,27 +61,27 @@ "provides" : { "Beam::Minion" : { "file" : "lib/Beam/Minion.pm", - "version" : "0.015" + "version" : "0.016" }, "Beam::Minion::Command::job" : { "file" : "lib/Beam/Minion/Command/job.pm", - "version" : "0.015" + "version" : "0.016" }, "Beam::Minion::Command::run" : { "file" : "lib/Beam/Minion/Command/run.pm", - "version" : "0.015" + "version" : "0.016" }, "Beam::Minion::Command::worker" : { "file" : "lib/Beam/Minion/Command/worker.pm", - "version" : "0.015" + "version" : "0.016" }, "Beam::Minion::Util" : { "file" : "lib/Beam/Minion/Util.pm", - "version" : "0.015" + "version" : "0.016" }, "Beam::Runner::Command::minion" : { "file" : "lib/Beam/Runner/Command/minion.pm", - "version" : "0.015" + "version" : "0.016" } }, "release_status" : "stable", @@ -96,7 +96,7 @@ "web" : "https://github.com/preaction/Beam-Minion" } }, - "version" : "0.015", + "version" : "0.016", "x_authority" : "cpan:PREACTION", "x_contributors" : [ "Mohammad S Anwar " diff --git a/README.mkdn b/README.mkdn index 513d25c..5ca414e 100644 --- a/README.mkdn +++ b/README.mkdn @@ -4,7 +4,7 @@ Beam::Minion - A distributed task runner for Beam::Wire containers # VERSION -version 0.015 +version 0.016 # STATUS