Skip to content

Commit

Permalink
Bump to 0.2.9 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
llambeau committed Aug 14, 2021
1 parent d53cad6 commit b7018e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g @quadrabee/arnavon
$ arnavon COMMAND
running command...
$ arnavon (-v|--version|version)
@quadrabee/arnavon/0.2.8 darwin-x64 node-v12.18.3
@quadrabee/arnavon/0.2.9 darwin-x64 node-v12.18.3
$ arnavon --help [COMMAND]
USAGE
$ arnavon COMMAND
Expand Down Expand Up @@ -97,6 +97,7 @@ OPTIONS
-a, --all Start all consumers instead of just one (not recommended, but can be useful in dev)
-c, --config=config location of config file (default "config.yaml")
-p, --port=port Port to use for API (default 3000)
-x, --except=except Specify a consumer that should not be started. (Requires -a/--all. Can be used multiple times)
DESCRIPTION
...
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quadrabee/arnavon",
"description": "Framework on top of RabbitMQ for easing up the development of producer/consumer/job queues.",
"version": "0.2.8",
"version": "0.2.9",
"author": "Louis Lambeau <[email protected]>",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit b7018e4

Please sign in to comment.