diff --git a/package-lock.json b/package-lock.json index 3c131d3..9c4c199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-docx", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-docx", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "dependencies": { "docx": "^7.3.0", diff --git a/package.json b/package.json index 3159bbc..ffb4a8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-docx", - "version": "0.0.3", + "version": "0.0.4", "description": "remark plugin to compile markdown to docx.", "main": "lib/index.js", "module": "lib/index.mjs",