Skip to content

Commit

Permalink
Merge pull request #187 from entrylabs/develop
Browse files Browse the repository at this point in the history
2.1.7 버전업
  • Loading branch information
Tnks2U authored Sep 19, 2023
2 parents 71a6e1d + 92adea9 commit 4ca8873
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/entryx64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
!define MUI_UNICON "icon.ico"
!define PRODUCT_NAME "Entry"
!define APP_NAME "Entry.exe"
!define PRODUCT_VERSION "2.1.6"
!define PRODUCT_VERSION "2.1.7"
!define PRODUCT_PUBLISHER "EntryLabs"
!define PRODUCT_WEB_SITE "http://www.playentry.org/"

Expand Down
2 changes: 1 addition & 1 deletion build/entryx86.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
!define MUI_UNICON "icon.ico"
!define PRODUCT_NAME "Entry"
!define APP_NAME "Entry.exe"
!define PRODUCT_VERSION "2.1.6"
!define PRODUCT_VERSION "2.1.7"
!define PRODUCT_PUBLISHER "EntryLabs"
!define PRODUCT_WEB_SITE "http://www.playentry.org/"

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"productName": "Entry",
"name": "entry",
"version": "2.1.6",
"version": "2.1.7",
"description": "Entry for offline",
"main": "src/main_build/main.bundle.js",
"scripts": {
Expand Down Expand Up @@ -36,8 +36,8 @@
"async-csv": "^2.1.3",
"axios": "^0.19.2",
"cross-spawn": "^7.0.3",
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.44",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.6",
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.45",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.7.2",
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20221024",
"excel4node": "^1.7.0",
"fs-extra": "^8.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3393,9 +3393,9 @@ enquirer@^2.3.5:
dependencies:
crypto-js "^4.0.0"

"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.44":
version "1.9.44"
resolved "git+https://github.com/entrylabs/entry-hw.git#d2ad81442d9e4ef687a8239c7126ceeebc29af00"
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.45":
version "1.9.45"
resolved "git+https://github.com/entrylabs/entry-hw.git#25249580cb82121e737ca917e8bdfd0cddca5e61"
dependencies:
cross-spawn "^7.0.0"
fs-extra "^8.1.0"
Expand All @@ -3410,9 +3410,9 @@ enquirer@^2.3.5:
winston "^3.2.1"
winston-daily-rotate-file "^4.4.2"

"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.6":
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.7.2":
version "0.0.0"
resolved "git+https://github.com/entrylabs/entryjs.git#695f1a6628e7d8785220aa7d9f4473ea050c04b3"
resolved "git+https://github.com/entrylabs/entryjs.git#9192609c16877c46b9ce39514b38748bf7e2a658"

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

0 comments on commit 4ca8873

Please sign in to comment.