Skip to content

Commit

Permalink
Merge pull request #216 from entrylabs/develop
Browse files Browse the repository at this point in the history
Version up : 2.1.23
  • Loading branch information
Tnks2U authored Jan 16, 2025
2 parents 27fe6da + 4ae88fe commit e2542dc
Show file tree
Hide file tree
Showing 6 changed files with 607 additions and 31 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.22"
!define PRODUCT_VERSION "2.1.23"
!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.22"
!define PRODUCT_VERSION "2.1.23"
!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.22",
"version": "2.1.23",
"description": "Entry for offline",
"main": "src/main_build/main.bundle.js",
"scripts": {
Expand Down Expand Up @@ -39,8 +39,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.60_2",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.22",
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.61_2",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.23",
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20231026",
"@entrylabs/legacy-video": "^1.0.0",
"excel4node": "^1.7.0",
Expand Down
Loading

0 comments on commit e2542dc

Please sign in to comment.