Skip to content

Commit

Permalink
version up to 2.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
JaewonLee_macbookpro committed Oct 6, 2020
1 parent a7a3a06 commit f4d6c92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.27"
!define PRODUCT_VERSION "2.0.28"
!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.27"
!define PRODUCT_VERSION "2.0.28"
!define PRODUCT_PUBLISHER "EntryLabs"
!define PRODUCT_WEB_SITE "http://www.playentry.org/"

Expand Down
4 changes: 2 additions & 2 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.27",
"version": "2.0.28",
"description": "Entry for offline",
"main": "src/main_build/main.bundle.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"axios": "^0.19.2",
"cross-spawn": "^7.0.3",
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.9-fix.1",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.25",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.28",
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#v1.20200226.207",
"excel4node": "^1.7.0",
"fs-extra": "^8.1.0",
Expand Down

0 comments on commit f4d6c92

Please sign in to comment.