From 3579615cfa388f0dd1f9b35bc3673b35bda2d205 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Wed, 20 Oct 2021 16:41:57 +0900 Subject: [PATCH] 0.0.208 (#357) --- 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 8f890a9..96b31cb 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.0.206", + "version": "0.0.208", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ",