From 5485c0f4f06dfe48a8ab3832d0abd86f51b1e58d Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Sun, 25 Aug 2019 13:27:58 +0930 Subject: [PATCH] release: 1.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d9388c..f537a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hexo-html-minifier", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd0463b..57d58f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-html-minifier", - "version": "0.1.0", + "version": "1.0.0", "description": "Minify HTML files with HTMLMinifier.", "main": "index.js", "scripts": {