Skip to content

Commit 0ca06a1

Browse files
authored
Merge pull request #189 from entrylabs/develop
2.1.9 버전업
2 parents b0e26a4 + 73b8dcf commit 0ca06a1

16 files changed

+144
-15
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.8"
16+
!define PRODUCT_VERSION "2.1.9"
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.8"
16+
!define PRODUCT_VERSION "2.1.9"
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.8",
5+
"version": "2.1.9",
66
"description": "Entry for offline",
77
"main": "src/main_build/main.bundle.js",
88
"scripts": {
@@ -36,8 +36,8 @@
3636
"async-csv": "^2.1.3",
3737
"axios": "^0.19.2",
3838
"cross-spawn": "^7.0.3",
39-
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.46",
40-
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.8",
39+
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.47",
40+
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.9",
4141
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20231026",
4242
"excel4node": "^1.7.0",
4343
"fs-extra": "^8.1.0",
885 KB
Binary file not shown.
496 KB
Binary file not shown.
233 KB
Binary file not shown.
230 KB
Binary file not shown.
557 KB
Binary file not shown.
492 KB
Binary file not shown.
570 KB
Binary file not shown.

0 commit comments

Comments
 (0)