From b3cb1fd419b2a07d0c608a96991dc7d113e17817 Mon Sep 17 00:00:00 2001 From: Dominic Tarr Date: Thu, 17 Sep 2015 21:36:17 +1200 Subject: [PATCH] 1.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d427b09..77c0f62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "JSONStream", - "version": "1.0.4", + "version": "1.0.5", "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)", "homepage": "http://github.com/dominictarr/JSONStream", "repository": {