diff --git a/build/entryx64.nsi b/build/entryx64.nsi index c9201bb76..09f993aea 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.0.41" +!define PRODUCT_VERSION "2.0.42" !define PRODUCT_PUBLISHER "EntryLabs" !define PRODUCT_WEB_SITE "http://www.playentry.org/" diff --git a/build/entryx86.nsi b/build/entryx86.nsi index 8e9df77a8..0cbe3793c 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.0.41" +!define PRODUCT_VERSION "2.0.42" !define PRODUCT_PUBLISHER "EntryLabs" !define PRODUCT_WEB_SITE "http://www.playentry.org/" diff --git a/package.json b/package.json index 6470f6ece..da50ef2c1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "productName": "Entry", "name": "entry", - "version": "2.0.41", + "version": "2.0.42", "description": "Entry for offline", "main": "src/main_build/main.bundle.js", "scripts": { @@ -32,8 +32,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.23", - "entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.41", + "entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.24", + "entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.42", "entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/develop", "excel4node": "^1.7.0", "fs-extra": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index b45acfe94..280f2ff85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3098,27 +3098,6 @@ enquirer@^2.3.5: dependencies: crypto-js "^4.0.0" -"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.23": - version "1.9.23" - resolved "git+https://github.com/entrylabs/entry-hw.git#f1be4a6f2eb0d7f5fe10cac895190ba80628a3f5" - dependencies: - cross-spawn "^7.0.0" - fs-extra "^8.1.0" - lodash "^4.17.19" - node-hid "2.1.1" - rimraf "^3.0.2" - semver "^7.1.1" - serialport "9.0.7" - socket.io "^2.2.0" - socket.io-client "^2.2.0" - tar "^6.0.1" - winston "^3.2.1" - winston-daily-rotate-file "^4.4.2" - -"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.41": - version "0.0.0" - resolved "git+https://github.com/entrylabs/entryjs.git#bb3af055290c54a461fa6b89272660c64f16ac5e" - "entry-tool@git+https://github.com/entrylabs/entry-tool.git#dist/develop": version "0.0.0" resolved "git+https://github.com/entrylabs/entry-tool.git#302c3d6649fd56c5665e1fbe3a30b1ec309fece0"