Skip to content

Commit

Permalink
Bump to 0.2.8 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
llambeau committed Aug 13, 2021
1 parent 9135fc0 commit b0a6952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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.7 darwin-x64 node-v12.18.3
@quadrabee/arnavon/0.2.8 darwin-x64 node-v12.18.3
$ arnavon --help [COMMAND]
USAGE
$ arnavon COMMAND
Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"version": "0.2.8",
"author": "Louis Lambeau <[email protected]>",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -91,4 +91,4 @@
"dist/**/*.js"
]
}
}
}

0 comments on commit b0a6952

Please sign in to comment.