diff --git a/build/entryx64.nsi b/build/entryx64.nsi index 80e8d414f..6b6cd06b5 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.9" +!define PRODUCT_VERSION "2.1.10" !define PRODUCT_PUBLISHER "EntryLabs" !define PRODUCT_WEB_SITE "http://www.playentry.org/" diff --git a/build/entryx86.nsi b/build/entryx86.nsi index 554645750..1e0a91e3a 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.9" +!define PRODUCT_VERSION "2.1.10" !define PRODUCT_PUBLISHER "EntryLabs" !define PRODUCT_WEB_SITE "http://www.playentry.org/" diff --git a/package.json b/package.json index 2ee1d3478..c672baa24 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "productName": "Entry", "name": "entry", - "version": "2.1.9", + "version": "2.1.10", "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.47", - "entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.9", + "entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.48", + "entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.10", "entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20231026", "excel4node": "^1.7.0", "fs-extra": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index 2a0f5fa4f..c53ca7322 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.47": - version "1.9.47" - resolved "git+https://github.com/entrylabs/entry-hw.git#9df85b258025584980cf42eaceedf4476065ee04" +"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.48": + version "1.9.48" + resolved "git+https://github.com/entrylabs/entry-hw.git#fca21a9e5d2948085036232a8976037f8f578b36" 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.9": +"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.10": version "0.0.0" - resolved "git+https://github.com/entrylabs/entryjs.git#72bd53c74576aa0bf4237fc456c12f8bd27cfbeb" + resolved "git+https://github.com/entrylabs/entryjs.git#3e4b9375533497e2969f3cd1021766f25d802d83" "entry-tool@git+https://github.com/entrylabs/entry-tool.git#dist/20231026": version "0.0.0"