From d3fcef1e2fe6f16de04f1515c7f1690c3491539d Mon Sep 17 00:00:00 2001 From: bokuweb Date: Mon, 1 Jun 2020 13:52:29 +0900 Subject: [PATCH] fix: package.json (#74) --- docx-wasm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docx-wasm/package.json b/docx-wasm/package.json index 6e45d5b..db4a6ca 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.0.69", + "version": "0.0.72", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ",