Skip to content

Commit 82d3363

Browse files
authored
Merge pull request #179 from entrylabs/develop
버전업 2.1.2
2 parents 3d82ffe + ff991bb commit 82d3363

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.1.1"
16+
!define PRODUCT_VERSION "2.1.2"
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.1"
16+
!define PRODUCT_VERSION "2.1.2"
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.1",
5+
"version": "2.1.2",
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.38",
40-
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.1",
39+
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.39_3",
40+
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.2",
4141
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20221024",
4242
"excel4node": "^1.7.0",
4343
"fs-extra": "^8.1.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3393,9 +3393,9 @@ enquirer@^2.3.5:
33933393
dependencies:
33943394
crypto-js "^4.0.0"
33953395

3396-
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.37":
3397-
version "1.9.37"
3398-
resolved "git+https://github.com/entrylabs/entry-hw.git#07a194c14adb6623ccf978a0640999cbd3587e7e"
3396+
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.39_3":
3397+
version "1.9.39"
3398+
resolved "git+https://github.com/entrylabs/entry-hw.git#78808975e4a4d5d45dc26f2b81ede5af925e24eb"
33993399
dependencies:
34003400
cross-spawn "^7.0.0"
34013401
fs-extra "^8.1.0"
@@ -3410,9 +3410,9 @@ enquirer@^2.3.5:
34103410
winston "^3.2.1"
34113411
winston-daily-rotate-file "^4.4.2"
34123412

3413-
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.1":
3413+
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.2":
34143414
version "0.0.0"
3415-
resolved "git+https://github.com/entrylabs/entryjs.git#e9b50c4cfb0cab68f31332f80068deb4ebb90b92"
3415+
resolved "git+https://github.com/entrylabs/entryjs.git#8dd80bc0a615edbcb130d13b8ac85b266c1760ac"
34163416

34173417
"entry-tool@git+https://github.com/entrylabs/entry-tool.git#dist/20221024":
34183418
version "0.0.0"

0 commit comments

Comments
 (0)