diff --git a/package-lock.json b/package-lock.json index 1efae55..ee1caef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yomichan-dict-builder", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "yomichan-dict-builder", - "version": "2.1.0", + "version": "2.2.0", "license": "ISC", "dependencies": { "jszip": "^3.10.1" diff --git a/package.json b/package.json index f954c99..ef4ed62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yomichan-dict-builder", - "version": "2.1.0", + "version": "2.2.0", "description": "Build Yomichan/Yomitan dictionaries with ease.", "main": "dist/index.js", "scripts": {