require multisource-stream@0.0.3, bump version

This commit is contained in:
Morhaus 2014-01-06 23:20:13 +01:00
commit a3a1348143
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"name": "catalyst-proxy",
"description": "A proxy that accelerates requests via multipart downloading",
"author": "Alexandre Kirszenberg <a.kirszenberg@gmail.com>",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"keywords": [
"multipart",
@ -32,7 +32,7 @@
"dependencies": {
"commander": "2.*",
"lodash": "*",
"multisource-stream": "0.0.*",
"multisource-stream": "0.0.3",
"tmpl-log": "0.0.*"
},