Skip to content

Commit

Permalink
[1.6.12] entry offline version update
Browse files Browse the repository at this point in the history
- update version entry-hw(v1.6.28) and entryjs(latest for offline)
  • Loading branch information
extracold1209 committed Sep 14, 2018
1 parent e3a4a72 commit 2d17010
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "",
"moduleType": ["node"],
"dependencies": {
"entry-hw": "https://github.com/entrylabs/entry-hw.git#v1.6.27",
"entry-hw": "https://github.com/entrylabs/entry-hw.git#v1.6.28",
"literallycanvas":
"https://github.com/entrylabs/literallycanvas.git#master",
"socket.io-client": "~1.4.5",
Expand All @@ -28,7 +28,7 @@
"angular-route": "~1.4.7",
"codemirror": "5.12.0",
"fuzzy": "^0.1.3",
"entryjs": "#dist/offline_v1.6.11"
"entryjs": "#dist/offline_v1.6.12"
},
"license": "MIT",
"homepage": "http://play-entry.com",
Expand Down
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 "1.6.11"
!define PRODUCT_VERSION "1.6.12"
!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 "1.6.11"
!define PRODUCT_VERSION "1.6.12"
!define PRODUCT_PUBLISHER "EntryLabs"
!define PRODUCT_WEB_SITE "http://www.playentry.org/"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "entry",
"productName": "Entry",
"main": "src/entry_offline.js",
"version": "1.6.11",
"version": "1.6.12",
"config": {
"forge": "./forge.config.js"
},
Expand Down

0 comments on commit 2d17010

Please sign in to comment.