Skip to content

Commit 5f75c4e

Browse files
committed
chore: 2.0.48 버전업
1 parent 46375ab commit 5f75c4e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.47"
16+
!define PRODUCT_VERSION "2.0.48"
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.47"
16+
!define PRODUCT_VERSION "2.0.48"
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.47",
5+
"version": "2.0.48",
66
"description": "Entry for offline",
77
"main": "src/main_build/main.bundle.js",
88
"scripts": {
@@ -34,8 +34,8 @@
3434
"async-csv": "^2.1.3",
3535
"axios": "^0.19.2",
3636
"cross-spawn": "^7.0.3",
37-
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.30",
38-
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.47",
37+
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.31",
38+
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.48",
3939
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/develop",
4040
"excel4node": "^1.7.0",
4141
"fs-extra": "^8.1.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3098,9 +3098,9 @@ 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.30":
3102-
version "1.9.30"
3103-
resolved "git+https://github.com/entrylabs/entry-hw.git#cd13ceb67e25fb36b94b23555a2d18488d109641"
3101+
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.31":
3102+
version "1.9.31"
3103+
resolved "git+https://github.com/entrylabs/entry-hw.git#078a26dfe818361e14a70b0cddd44a4dc578b622"
31043104
dependencies:
31053105
cross-spawn "^7.0.0"
31063106
fs-extra "^8.1.0"
@@ -3115,9 +3115,9 @@ enquirer@^2.3.5:
31153115
winston "^3.2.1"
31163116
winston-daily-rotate-file "^4.4.2"
31173117

3118-
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.47":
3118+
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.48":
31193119
version "0.0.0"
3120-
resolved "git+https://github.com/entrylabs/entryjs.git#1160d9c175f9defc70fb8734a181354cd65e8477"
3120+
resolved "git+https://github.com/entrylabs/entryjs.git#6028c4de8b7a889134a2edeae6fb6ffe1a93c9ed"
31213121

31223122
"entry-tool@git+https://github.com/entrylabs/entry-tool.git#dist/develop":
31233123
version "0.0.0"

0 commit comments

Comments
 (0)