From 9c7a6b7ee7ef8a63ea8395b509671af412688bfa Mon Sep 17 00:00:00 2001 From: Lei Huang Date: Mon, 18 Jul 2016 12:56:44 -0700 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a367718..e897413 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-worker", - "version": "2.0.0", + "version": "2.0.1", "description": "Execute an async function per stream data event, pausing the stream when a concurrency limit is saturated", "main": "stream-worker.js", "scripts": {