Skip to content

Commit

Permalink
release v0.016
Browse files Browse the repository at this point in the history
    [Fixed]

    - Fixed a problem that caused commands to not work at all
  • Loading branch information
preaction committed Mar 8, 2019
1 parent 002e8b7 commit d89d99e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 <mohammad.anwar@yahoo.com>"
Expand Down
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Beam::Minion - A distributed task runner for Beam::Wire containers

# VERSION

version 0.015
version 0.016

# STATUS

Expand Down

0 comments on commit d89d99e

Please sign in to comment.