From d3ccfa10ba520268dd22aa79181a58a5e11c8336 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Mon, 7 Sep 2020 15:56:50 +0900 Subject: [PATCH] 0.0.96 (#139) --- 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 02b4cd4..11f8898 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.0.95", + "version": "0.0.96", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ",