From 9b4d449a018ed39beff502b1172c5a613e17d564 Mon Sep 17 00:00:00 2001 From: henryluki Date: Fri, 19 May 2017 18:44:45 +0800 Subject: [PATCH] version 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4079d87..148a330 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmlstr-parser", - "version": "2.0.0", + "version": "2.0.1", "description": "Simple HTML to JSON parser use Regexp and String.indexOf", "main": "dist/htmlParser.js", "scripts": {