From e8c0d3c5bc3e47a85e7d129a4b9db5ba2a6b8ae4 Mon Sep 17 00:00:00 2001 From: taoqiufeng Date: Fri, 16 Jun 2017 09:32:58 +0800 Subject: [PATCH] v1.1.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6aa7e5c..150b9fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-html-parser", - "version": "1.1.3", + "version": "1.1.4", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -58,4 +58,4 @@ "url": "https://github.com/taoqf/node-fast-html-parser/issues" }, "homepage": "https://github.com/taoqf/node-fast-html-parser" -} \ No newline at end of file +}