Skip to content

Commit 37320af

Browse files
committed
version up : 2.1.19
1 parent dac9119 commit 37320af

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

build/entryx64.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
!define MUI_UNICON "icon.ico"
1414
!define PRODUCT_NAME "Entry"
1515
!define APP_NAME "Entry.exe"
16-
!define PRODUCT_VERSION "2.1.18"
16+
!define PRODUCT_VERSION "2.1.19"
1717
!define PRODUCT_PUBLISHER "EntryLabs"
1818
!define PRODUCT_WEB_SITE "http://www.playentry.org/"
1919

build/entryx86.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
!define MUI_UNICON "icon.ico"
1414
!define PRODUCT_NAME "Entry"
1515
!define APP_NAME "Entry.exe"
16-
!define PRODUCT_VERSION "2.1.18"
16+
!define PRODUCT_VERSION "2.1.19"
1717
!define PRODUCT_PUBLISHER "EntryLabs"
1818
!define PRODUCT_WEB_SITE "http://www.playentry.org/"
1919

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"productName": "Entry",
44
"name": "entry",
5-
"version": "2.1.18",
5+
"version": "2.1.19",
66
"description": "Entry for offline",
77
"main": "src/main_build/main.bundle.js",
88
"scripts": {
@@ -39,8 +39,8 @@
3939
"async-csv": "^2.1.3",
4040
"axios": "^0.19.2",
4141
"cross-spawn": "^7.0.3",
42-
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.56_2",
43-
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.18",
42+
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.57_2",
43+
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.19",
4444
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20231026",
4545
"@entrylabs/legacy-video": "^1.0.0",
4646
"excel4node": "^1.7.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5212,9 +5212,9 @@ entities@^2.0.0:
52125212
dependencies:
52135213
crypto-js "^4.0.0"
52145214

5215-
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.56_2":
5216-
version "1.9.56"
5217-
resolved "git+https://github.com/entrylabs/entry-hw.git#11c2693a42fab78ca107f73abf50a59837f480c3"
5215+
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.57_2":
5216+
version "1.9.57"
5217+
resolved "git+https://github.com/entrylabs/entry-hw.git#d70e282a47ce30f3b779082ec00ac5793e928027"
52185218
dependencies:
52195219
cross-spawn "^7.0.0"
52205220
fs-extra "^8.1.0"
@@ -5229,9 +5229,9 @@ entities@^2.0.0:
52295229
winston "^3.2.1"
52305230
winston-daily-rotate-file "^4.4.2"
52315231

5232-
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.18":
5233-
version "4.0.8"
5234-
resolved "git+https://github.com/entrylabs/entryjs.git#35f8fda6b1795ec39bf919260beff1bc3033c124"
5232+
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.19":
5233+
version "4.0.11"
5234+
resolved "git+https://github.com/entrylabs/entryjs.git#c8e145020b6b6d447ade26ac837f74bb33ec1aba"
52355235
dependencies:
52365236
uid "^0.0.2"
52375237
"@entrylabs/event" "^1.0.3"

0 commit comments

Comments
 (0)