Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlopez committed Sep 14, 2014
1 parent bc8a5f2 commit 41fa8af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -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

```
Expand Down
2 changes: 1 addition & 1 deletion 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 <webmaster@ajlopez.com> (http://www.ajlopez.com)"
, "repository": { "type": "git", "url": "git://github.com/ajlopez/SimplePipes.git" }
, "main": "./lib/simplepipes.js"
Expand Down

0 comments on commit 41fa8af

Please sign in to comment.