From d94b5dc16ef4dfbf7be57470b52b56797b39b407 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Thu, 3 Sep 2020 11:53:58 +0900 Subject: [PATCH] 0.0.95 (#136) --- 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 90adc9d..cb18fb0 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.0.94", + "version": "0.0.95", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ",