diff --git a/README.md b/README.md index 259aa71..bab25f5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ var simplepipes = require('simplepipes'); TBD +## Versions + +- 0.0.1 Published +- 0.0.2 Published, simplified to use next +- 0.0.3 Published, removing this.emit, use next with named pipe + ## Development ``` diff --git a/package.json b/package.json index 91c6b9c..9b340ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simplepipes" , "description": "Simple flow library based on pipes" , "keywords": [ "flow", "pipes", "distributed" ] -, "version": "0.0.2" +, "version": "0.0.3" , "author": "Angel 'Java' Lopez (http://www.ajlopez.com)" , "repository": { "type": "git", "url": "git://github.com/ajlopez/SimplePipes.git" } , "main": "./lib/simplepipes.js"