Skip to content

Commit

Permalink
'v0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
cwjohan committed Nov 5, 2014
1 parent 144bf5b commit 56b5ad0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Added @outstanding to queueMgr class. worker04 example uses a second WorkQueueBr
greater than 1 to send result back to provider04.

**v0.2.0**: Renamed QueueMgr class to Channel. Renamed WorkQueueBroker class to WorkQueueMgr. Updated test
and demo code to use the new class names, which have been adopted to correspond better to what they represent.
and demo code to use the new class names. Hopefully, these make more sense.
The README.md file has been split up into several separate files to improve readability.

**v0.2.1**: Very minor update to the README.md to make it link to the HOW_TO_RUN_DEMOS.md file.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ See the Javascript usage examples [here](JAVASCRIPT_USAGE_EXAMPLES.md).

##Running the demos

Instructions for running the demo code may be found [here](demos/HOW_TO_RUN_DEMOS.md).
Instructions for running the demo code may be found [here](demo/HOW_TO_RUN_DEMOS.md).

##Developer Info

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-redis-queue",
"version": "0.2.0",
"version": "0.2.1",
"description": "A simple, lightweight queue using Redis lpush and brpop",
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -37,5 +37,4 @@
"clean": "bash script/clean",
"compile-test": "node_modules/.bin/coffee -c -o test test"
}
}

}

0 comments on commit 56b5ad0

Please sign in to comment.