From d1d20a7ed10ce747ef8a274c2bb66a4f5e085c7c Mon Sep 17 00:00:00 2001 From: taoqiufeng Date: Wed, 14 Jun 2017 17:24:27 +0800 Subject: [PATCH] 1.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4603d44..359afc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-html-parser", - "version": "1.1.0", + "version": "1.1.1", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", "scripts": { @@ -56,4 +56,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 +}