Skip to content

Commit

Permalink
version up 2.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnks2U committed Aug 18, 2021
1 parent c596a12 commit e4b67b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.37"
!define PRODUCT_VERSION "2.0.38"
!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.37"
!define PRODUCT_VERSION "2.0.38"
!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.37",
"version": "2.0.38",
"description": "Entry for offline",
"main": "src/main_build/main.bundle.js",
"scripts": {
Expand Down Expand Up @@ -32,8 +32,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.18_2",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.37",
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.19",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.38",
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/develop",
"excel4node": "^1.7.0",
"fs-extra": "^8.1.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3098,7 +3098,7 @@ enquirer@^2.3.5:
dependencies:
crypto-js "^4.0.0"

"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.18_2":
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.19":
version "1.9.19"
resolved "git+https://github.com/entrylabs/entry-hw.git#36cf83ab656e701cec6a4706aa91b32893d806c2"
dependencies:
Expand All @@ -3115,7 +3115,7 @@ 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.37":
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.38":
version "0.0.0"
resolved "git+https://github.com/entrylabs/entryjs.git#b9af089eff4643d987456736c0c86b48b3eae97c"

Expand Down

0 comments on commit e4b67b1

Please sign in to comment.