Skip to content

Commit 4ed90ee

Browse files
committed
chore: 버전업 2.0.44
1 parent 072669d commit 4ed90ee

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
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.0.43"
16+
!define PRODUCT_VERSION "2.0.44"
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.0.43"
16+
!define PRODUCT_VERSION "2.0.44"
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.0.43",
5+
"version": "2.0.44",
66
"description": "Entry for offline",
77
"main": "src/main_build/main.bundle.js",
88
"scripts": {
@@ -32,8 +32,8 @@
3232
"async-csv": "^2.1.3",
3333
"axios": "^0.19.2",
3434
"cross-spawn": "^7.0.3",
35-
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.26",
36-
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.43",
35+
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.27",
36+
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.44",
3737
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/develop",
3838
"excel4node": "^1.7.0",
3939
"fs-extra": "^8.1.0",

yarn.lock

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3098,6 +3098,27 @@ enquirer@^2.3.5:
30983098
dependencies:
30993099
crypto-js "^4.0.0"
31003100

3101+
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.27":
3102+
version "1.9.27"
3103+
resolved "git+https://github.com/entrylabs/entry-hw.git#e32521b5c7e14648046e628bb372a5338a2d1689"
3104+
dependencies:
3105+
cross-spawn "^7.0.0"
3106+
fs-extra "^8.1.0"
3107+
lodash "^4.17.19"
3108+
node-hid "2.1.1"
3109+
rimraf "^3.0.2"
3110+
semver "^7.1.1"
3111+
serialport "9.0.7"
3112+
socket.io "^2.2.0"
3113+
socket.io-client "^2.2.0"
3114+
tar "^6.0.1"
3115+
winston "^3.2.1"
3116+
winston-daily-rotate-file "^4.4.2"
3117+
3118+
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.44":
3119+
version "0.0.0"
3120+
resolved "git+https://github.com/entrylabs/entryjs.git#8f90e5cd105bc7f91674810a5c3ba28e8f4dfcd8"
3121+
31013122
"entry-tool@git+https://github.com/entrylabs/entry-tool.git#dist/develop":
31023123
version "0.0.0"
31033124
resolved "git+https://github.com/entrylabs/entry-tool.git#302c3d6649fd56c5665e1fbe3a30b1ec309fece0"

0 commit comments

Comments
 (0)