Skip to content

Commit

Permalink
version up : 2.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnks2U committed Sep 25, 2024
1 parent dac9119 commit 37320af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build/entryx64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

Expand Down
2 changes: 1 addition & 1 deletion build/entryx86.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 37320af

Please sign in to comment.