Skip to content

Commit 4a16b1a

Browse files
committed
version up : 2.1.13
1 parent 650e9e7 commit 4a16b1a

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.1.12"
16+
!define PRODUCT_VERSION "2.1.13"
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.1.12"
16+
!define PRODUCT_VERSION "2.1.13"
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.1.12",
5+
"version": "2.1.13",
66
"description": "Entry for offline",
77
"main": "src/main_build/main.bundle.js",
88
"scripts": {
@@ -39,8 +39,8 @@
3939
"async-csv": "^2.1.3",
4040
"axios": "^0.19.2",
4141
"cross-spawn": "^7.0.3",
42-
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.50",
43-
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.12",
42+
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.51",
43+
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.13",
4444
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20231026",
4545
"excel4node": "^1.7.0",
4646
"fluent-ffmpeg": "^2.1.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3513,9 +3513,9 @@ enquirer@^2.3.5:
35133513
dependencies:
35143514
crypto-js "^4.0.0"
35153515

3516-
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.50":
3517-
version "1.9.50"
3518-
resolved "git+https://github.com/entrylabs/entry-hw.git#2441918680f832d815ecc5799afaf5a8c3b02c07"
3516+
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.51":
3517+
version "1.9.51"
3518+
resolved "git+https://github.com/entrylabs/entry-hw.git#fcaf5b49bd4113421199a7cdd85cdafb71ecb691"
35193519
dependencies:
35203520
cross-spawn "^7.0.0"
35213521
fs-extra "^8.1.0"
@@ -3530,9 +3530,9 @@ enquirer@^2.3.5:
35303530
winston "^3.2.1"
35313531
winston-daily-rotate-file "^4.4.2"
35323532

3533-
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.12":
3533+
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.13":
35343534
version "0.0.0"
3535-
resolved "git+https://github.com/entrylabs/entryjs.git#8677ff569bcfd7b788f42195eb961534cbd91905"
3535+
resolved "git+https://github.com/entrylabs/entryjs.git#b483e76b37c7425c7420b5986f0bcf8e65aa8987"
35363536

35373537
"entry-tool@git+https://github.com/entrylabs/entry-tool.git#dist/20231026":
35383538
version "0.0.0"

0 commit comments

Comments
 (0)