From 37320af69bf8045f8fe3ec02d43b442cbb2c2e5e Mon Sep 17 00:00:00 2001 From: Tnks2U Date: Wed, 25 Sep 2024 18:10:29 +0900 Subject: [PATCH] version up : 2.1.19 --- build/entryx64.nsi | 2 +- build/entryx86.nsi | 2 +- package.json | 6 +++--- yarn.lock | 12 ++++++------ 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build/entryx64.nsi b/build/entryx64.nsi index e1d3c4e56..52915c080 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.18" +!define PRODUCT_VERSION "2.1.19" !define PRODUCT_PUBLISHER "EntryLabs" !define PRODUCT_WEB_SITE "http://www.playentry.org/" diff --git a/build/entryx86.nsi b/build/entryx86.nsi index a1ba183fe..66e37099b 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.18" +!define PRODUCT_VERSION "2.1.19" !define PRODUCT_PUBLISHER "EntryLabs" !define PRODUCT_WEB_SITE "http://www.playentry.org/" diff --git a/package.json b/package.json index 802c48ab7..f13f38abe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "productName": "Entry", "name": "entry", - "version": "2.1.18", + "version": "2.1.19", "description": "Entry for offline", "main": "src/main_build/main.bundle.js", "scripts": { @@ -39,8 +39,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.56_2", - "entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.18", + "entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.57_2", + "entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.19", "entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20231026", "@entrylabs/legacy-video": "^1.0.0", "excel4node": "^1.7.0", diff --git a/yarn.lock b/yarn.lock index 5c2941ce8..5b15322fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5212,9 +5212,9 @@ entities@^2.0.0: dependencies: crypto-js "^4.0.0" -"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.56_2": - version "1.9.56" - resolved "git+https://github.com/entrylabs/entry-hw.git#11c2693a42fab78ca107f73abf50a59837f480c3" +"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.57_2": + version "1.9.57" + resolved "git+https://github.com/entrylabs/entry-hw.git#d70e282a47ce30f3b779082ec00ac5793e928027" dependencies: cross-spawn "^7.0.0" fs-extra "^8.1.0" @@ -5229,9 +5229,9 @@ entities@^2.0.0: winston "^3.2.1" winston-daily-rotate-file "^4.4.2" -"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.18": - version "4.0.8" - resolved "git+https://github.com/entrylabs/entryjs.git#35f8fda6b1795ec39bf919260beff1bc3033c124" +"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.19": + version "4.0.11" + resolved "git+https://github.com/entrylabs/entryjs.git#c8e145020b6b6d447ade26ac837f74bb33ec1aba" dependencies: uid "^0.0.2" "@entrylabs/event" "^1.0.3"