Skip to content

Commit

Permalink
Merge pull request #145 from entrylabs/develop
Browse files Browse the repository at this point in the history
[2.0.48] 버전업 PR
  • Loading branch information
Tnks2U authored Jul 21, 2022
2 parents f191f79 + 5f75c4e commit ffbb708
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.0.47"
!define PRODUCT_VERSION "2.0.48"
!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.0.47"
!define PRODUCT_VERSION "2.0.48"
!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.0.47",
"version": "2.0.48",
"description": "Entry for offline",
"main": "src/main_build/main.bundle.js",
"scripts": {
Expand Down Expand Up @@ -34,8 +34,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.30",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.47",
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.31",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.48",
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/develop",
"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 @@ -3098,9 +3098,9 @@ enquirer@^2.3.5:
dependencies:
crypto-js "^4.0.0"

"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.30":
version "1.9.30"
resolved "git+https://github.com/entrylabs/entry-hw.git#cd13ceb67e25fb36b94b23555a2d18488d109641"
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.31":
version "1.9.31"
resolved "git+https://github.com/entrylabs/entry-hw.git#078a26dfe818361e14a70b0cddd44a4dc578b622"
dependencies:
cross-spawn "^7.0.0"
fs-extra "^8.1.0"
Expand All @@ -3115,9 +3115,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.0.47":
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.48":
version "0.0.0"
resolved "git+https://github.com/entrylabs/entryjs.git#1160d9c175f9defc70fb8734a181354cd65e8477"
resolved "git+https://github.com/entrylabs/entryjs.git#6028c4de8b7a889134a2edeae6fb6ffe1a93c9ed"

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

0 comments on commit ffbb708

Please sign in to comment.