From 92adea9b012a161a96daf86defb339d253b1973f Mon Sep 17 00:00:00 2001 From: Tnks2U Date: Tue, 19 Sep 2023 22:47:03 +0900 Subject: [PATCH] =?UTF-8?q?chore:=202.1.7=20=EB=B2=84=EC=A0=84=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/entryx64.nsi | 2 +- build/entryx86.nsi | 2 +- package.json | 6 +++--- yarn.lock | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build/entryx64.nsi b/build/entryx64.nsi index f9fca3574..564b44876 100644 --- a/build/entryx64.nsi +++ b/build/entryx64.nsi @@ -13,7 +13,7 @@ !define MUI_UNICON "icon.ico" !define PRODUCT_NAME "Entry" !define APP_NAME "Entry.exe" -!define PRODUCT_VERSION "2.1.6" +!define PRODUCT_VERSION "2.1.7" !define PRODUCT_PUBLISHER "EntryLabs" !define PRODUCT_WEB_SITE "http://www.playentry.org/" diff --git a/build/entryx86.nsi b/build/entryx86.nsi index b0a10f045..33688d60a 100644 --- a/build/entryx86.nsi +++ b/build/entryx86.nsi @@ -13,7 +13,7 @@ !define MUI_UNICON "icon.ico" !define PRODUCT_NAME "Entry" !define APP_NAME "Entry.exe" -!define PRODUCT_VERSION "2.1.6" +!define PRODUCT_VERSION "2.1.7" !define PRODUCT_PUBLISHER "EntryLabs" !define PRODUCT_WEB_SITE "http://www.playentry.org/" diff --git a/package.json b/package.json index fccfdb048..9cec183f1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "productName": "Entry", "name": "entry", - "version": "2.1.6", + "version": "2.1.7", "description": "Entry for offline", "main": "src/main_build/main.bundle.js", "scripts": { @@ -36,8 +36,8 @@ "async-csv": "^2.1.3", "axios": "^0.19.2", "cross-spawn": "^7.0.3", - "entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.44", - "entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.6", + "entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.45", + "entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.7.2", "entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20221024", "excel4node": "^1.7.0", "fs-extra": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index 88ac14433..13f36d596 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3393,9 +3393,9 @@ enquirer@^2.3.5: dependencies: crypto-js "^4.0.0" -"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.44": - version "1.9.44" - resolved "git+https://github.com/entrylabs/entry-hw.git#d2ad81442d9e4ef687a8239c7126ceeebc29af00" +"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.45": + version "1.9.45" + resolved "git+https://github.com/entrylabs/entry-hw.git#25249580cb82121e737ca917e8bdfd0cddca5e61" dependencies: cross-spawn "^7.0.0" fs-extra "^8.1.0" @@ -3410,9 +3410,9 @@ enquirer@^2.3.5: winston "^3.2.1" winston-daily-rotate-file "^4.4.2" -"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.6": +"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.7.2": version "0.0.0" - resolved "git+https://github.com/entrylabs/entryjs.git#695f1a6628e7d8785220aa7d9f4473ea050c04b3" + resolved "git+https://github.com/entrylabs/entryjs.git#9192609c16877c46b9ce39514b38748bf7e2a658" "entry-tool@git+https://github.com/entrylabs/entry-tool.git#dist/20221024": version "0.0.0"