Skip to content

Commit a22b5b5

Browse files
author
Tnks2U
committed
chore: 2.0.49 version up
1 parent 4641a5f commit a22b5b5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.48"
16+
!define PRODUCT_VERSION "2.0.49"
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.48"
16+
!define PRODUCT_VERSION "2.0.49"
1717
!define PRODUCT_PUBLISHER "EntryLabs"
1818
!define PRODUCT_WEB_SITE "http://www.playentry.org/"
1919

package.json

Lines changed: 3 additions & 3 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.48",
5+
"version": "2.0.49",
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.31",
39-
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.48",
38+
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.32",
39+
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.49",
4040
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/develop",
4141
"excel4node": "^1.7.0",
4242
"fs-extra": "^8.1.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3106,9 +3106,9 @@ enquirer@^2.3.5:
31063106
dependencies:
31073107
crypto-js "^4.0.0"
31083108

3109-
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.31":
3110-
version "1.9.31"
3111-
resolved "git+https://github.com/entrylabs/entry-hw.git#078a26dfe818361e14a70b0cddd44a4dc578b622"
3109+
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.32":
3110+
version "1.9.32"
3111+
resolved "git+https://github.com/entrylabs/entry-hw.git#5558874cd7596aa54612c138b7eb99466fb6a79d"
31123112
dependencies:
31133113
cross-spawn "^7.0.0"
31143114
fs-extra "^8.1.0"
@@ -3123,9 +3123,9 @@ enquirer@^2.3.5:
31233123
winston "^3.2.1"
31243124
winston-daily-rotate-file "^4.4.2"
31253125

3126-
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.48":
3126+
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.49":
31273127
version "0.0.0"
3128-
resolved "git+https://github.com/entrylabs/entryjs.git#6028c4de8b7a889134a2edeae6fb6ffe1a93c9ed"
3128+
resolved "git+https://github.com/entrylabs/entryjs.git#5abe64c67bacfb9b3a3d801389e72c51dc59a105"
31293129

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

0 commit comments

Comments
 (0)