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