Skip to content

Commit b6dda3d

Browse files
authored
Merge pull request #223 from entrylabs/develop
version up : 2.1.28
2 parents 4942126 + 059c084 commit b6dda3d

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.27"
16+
!define PRODUCT_VERSION "2.1.28"
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.27"
16+
!define PRODUCT_VERSION "2.1.28"
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.27",
5+
"version": "2.1.28",
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.66",
43-
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.27",
42+
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.67",
43+
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.28",
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
@@ -5214,9 +5214,9 @@ entities@^2.0.0:
52145214
node-fetch "^2.7.0"
52155215
systeminformation "^5.22.11"
52165216

5217-
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.66":
5218-
version "1.9.66"
5219-
resolved "git+https://github.com/entrylabs/entry-hw.git#7a6fd58e36c038b598aba2510e93a127ddce36dd"
5217+
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.67":
5218+
version "1.9.67"
5219+
resolved "git+https://github.com/entrylabs/entry-hw.git#bb5ab12e7cef580b09b8e8b06aa8b7ebb49d8249"
52205220
dependencies:
52215221
cross-spawn "^7.0.0"
52225222
fs-extra "^8.1.0"
@@ -5231,9 +5231,9 @@ entities@^2.0.0:
52315231
winston "^3.2.1"
52325232
winston-daily-rotate-file "^4.4.2"
52335233

5234-
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.27":
5235-
version "4.0.17"
5236-
resolved "git+https://github.com/entrylabs/entryjs.git#205e8d2ae738bcf5bf12fd081fef25c9c1a283ce"
5234+
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.28":
5235+
version "4.0.19"
5236+
resolved "git+https://github.com/entrylabs/entryjs.git#b0f6d80083487f29412977dfc5112d4f3e0d9613"
52375237
dependencies:
52385238
uid "^0.0.2"
52395239
"@entrylabs/event" "^1.0.3"

0 commit comments

Comments
 (0)