Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Nov 22, 2010
1 parent 946fd52 commit 75a2994
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
@@ -1,3 +1,6 @@
### v0.1.1-3
* Minor bug fixes

### v0.1.1-1 ### v0.1.1-1
* Fixed an inheritance bug when not exclusively using CoffeeScript * Fixed an inheritance bug when not exclusively using CoffeeScript
* Added an -e (--eval) switch * Added an -e (--eval) switch
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'); job = require('./job');


exports = module.exports = { exports = module.exports = {
version: '0.1.1-2', version: '0.1.1-3',
Processor: processor.Processor, Processor: processor.Processor,
JobProto: job.JobProto, //A reference to the underlying Job.prototype 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) 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", { "name" : "node.io",
"description" : "A distributed data scraping and processing framework for node.js", "description" : "A distributed data scraping and processing framework for node.js",
"version" : "0.1.1-2", "version" : "0.1.1-3",
"homepage" : "http://github.com/chriso/node.io", "homepage" : "http://github.com/chriso/node.io",
"keywords" : ["data","mapreduce","map","reduce","scraping","html","parsing","parse","scrape","process","processing","data"], "keywords" : ["data","mapreduce","map","reduce","scraping","html","parsing","parse","scrape","process","processing","data"],
"author" : "Chris O'Hara <cohara87@gmail.com>", "author" : "Chris O'Hara <cohara87@gmail.com>",
Expand Down

0 comments on commit 75a2994

Please sign in to comment.