diff --git a/package-lock.json b/package-lock.json index 2eda927..c586f36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yomichan-dict-builder", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "yomichan-dict-builder", - "version": "1.3.0", + "version": "1.3.1", "license": "ISC", "dependencies": { "jszip": "^3.10.1" diff --git a/package.json b/package.json index be94438..87d0dd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yomichan-dict-builder", - "version": "1.3.0", + "version": "1.3.1", "description": "Build Yomichan/Yomitan dictionaries with ease.", "main": "dist/index.js", "scripts": {