Skip to content

Commit efadebc

Browse files
authored
Merge pull request #165 from entrylabs/develop
2.0.53 PR
2 parents e9969dd + 01457f9 commit efadebc

File tree

6 files changed

+76
-387
lines changed

6 files changed

+76
-387
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.0.52"
16+
!define PRODUCT_VERSION "2.0.53"
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.0.52"
16+
!define PRODUCT_VERSION "2.0.53"
1717
!define PRODUCT_PUBLISHER "EntryLabs"
1818
!define PRODUCT_WEB_SITE "http://www.playentry.org/"
1919

package.json

Lines changed: 4 additions & 4 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.0.52",
5+
"version": "2.0.53",
66
"description": "Entry for offline",
77
"main": "src/main_build/main.bundle.js",
88
"scripts": {
@@ -35,8 +35,8 @@
3535
"async-csv": "^2.1.3",
3636
"axios": "^0.19.2",
3737
"cross-spawn": "^7.0.3",
38-
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.35",
39-
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.52",
38+
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.36",
39+
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.53",
4040
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20221024",
4141
"excel4node": "^1.7.0",
4242
"fs-extra": "^8.1.0",
@@ -50,6 +50,7 @@
5050
"node-xlsx": "^0.15.0",
5151
"puid": "^1.0.7",
5252
"rimraf": "^2.6.3",
53+
"sass": "^1.57.1",
5354
"socket.io": "^2.2.0",
5455
"socket.io-client": "^2.2.0",
5556
"tar": "^4.4.10",
@@ -107,7 +108,6 @@
107108
"fontfaceonload": "^1.0.2",
108109
"immer": "^5.3.2",
109110
"mocha": "^7.1.2",
110-
"node-sass": "^4.11.0",
111111
"prettier": "^1.15.3",
112112
"react": "^16.7.0",
113113
"react-dom": "^16.7.0",
2.87 KB
Loading
1.2 KB
Loading

0 commit comments

Comments
 (0)