From 7ae00aafb279971b5ba3a2809bc2284f91d0e600 Mon Sep 17 00:00:00 2001 From: Dominic Tarr Date: Tue, 3 Feb 2015 09:54:22 +1300 Subject: [PATCH] 0.10.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0d55a9..e2210e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "JSONStream", - "version": "0.10.0", + "version": "0.10.1", "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)", "homepage": "http://github.com/dominictarr/JSONStream", "repository": {