From 2a7f0711feca68d3a6a4affc55458f89d3a4c62b Mon Sep 17 00:00:00 2001 From: MarvNC Date: Tue, 19 Dec 2023 22:06:18 -0800 Subject: [PATCH] 2.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d17d51..25442dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yomichan-dict-builder", - "version": "1.3.4", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "yomichan-dict-builder", - "version": "1.3.4", + "version": "2.0.0", "license": "ISC", "dependencies": { "jszip": "^3.10.1" diff --git a/package.json b/package.json index 515634b..1463f1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yomichan-dict-builder", - "version": "1.3.4", + "version": "2.0.0", "description": "Build Yomichan/Yomitan dictionaries with ease.", "main": "dist/index.js", "scripts": {