Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Dec 16, 2010
1 parent 48b0c59 commit d06cc0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions HISTORY.md
@@ -1,6 +1,7 @@
### v0.2.1-1
### v0.2.1-3
* Better support for multiple jobs running in the same process
* ALPHA Web interface
* Basic web interface
* .coffee extension is auto-detected

### v0.2.0-4
* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/node.io/index.js
Expand Up @@ -9,7 +9,7 @@ var processor = require('./processor'),
job = require('./job');

exports = module.exports = {
version: '0.2.1-2',
version: '0.2.1-3',
Processor: processor.Processor,
JobProto: job.JobProto, //A reference to the underlying Job.prototype
JobClass: job.JobClass, //A reference to a new prototype identical to Job.prototype (so Job.prototype isn't modified)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name" : "node.io",
"description" : "A distributed data scraping and processing framework for node.js",
"version" : "0.2.1-2",
"version" : "0.2.1-3",
"homepage" : "http://github.com/chriso/node.io",
"keywords" : ["data","mapreduce","map","reduce","scraping","html","parsing","parse","scrape","process","processing","data"],
"author" : "Chris O'Hara <cohara87@gmail.com>",
Expand Down

0 comments on commit d06cc0d

Please sign in to comment.