From 9244e8c051f7fbbc8fd84720419f8a0b44bfba8d Mon Sep 17 00:00:00 2001 From: Vlad Tkachenko Date: Mon, 11 Feb 2019 11:26:40 +0200 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b64bf4..4a81720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-streaming-reader", - "version": "1.0.1", + "version": "1.0.2", "description": "Line delimited and concatenated JSON streaming protocol reader.", "main": "dist/index.js", "scripts": {