Skip to content

Commit

Permalink
2.0.33 버전 업
Browse files Browse the repository at this point in the history
  • Loading branch information
JaewonLee_macbookpro committed Mar 18, 2021
1 parent 222e8cc commit fb66414
Show file tree
Hide file tree
Showing 10 changed files with 33,524 additions and 14,694 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.32"
!define PRODUCT_VERSION "2.0.33"
!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.32"
!define PRODUCT_VERSION "2.0.33"
!define PRODUCT_PUBLISHER "EntryLabs"
!define PRODUCT_WEB_SITE "http://www.playentry.org/"

Expand Down
8 changes: 4 additions & 4 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.32",
"version": "2.0.33",
"description": "Entry for offline",
"main": "src/main_build/main.bundle.js",
"scripts": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"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.14",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.32",
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#v1.20210107182721.14",
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.15",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.33",
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#v1.20210318110641.4",
"excel4node": "^1.7.0",
"fs-extra": "^8.1.0",
"image-size": "^0.8.3",
Expand Down
14,676 changes: 7,787 additions & 6,889 deletions src/renderer/resources/lang/code.json

Large diffs are not rendered by default.

14,676 changes: 7,787 additions & 6,889 deletions src/renderer/resources/lang/ebs.json

Large diffs are not rendered by default.

Loading

0 comments on commit fb66414

Please sign in to comment.