Skip to content

Commit

Permalink
update 1.6.0 -> 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorkim committed Dec 5, 2017
1 parent a5631ac commit 4c96c93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"angular-route": "~1.4.7",
"codemirror": "5.12.0",
"fuzzy": "^0.1.3",
"entryjs": "#dist/offline_v1.6.0"
"entryjs": "#dist/offline_v1.6.1"
},
"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.0"
!define PRODUCT_VERSION "1.6.1"
!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.0"
!define PRODUCT_VERSION "1.6.1"
!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.0",
"version": "1.6.1",
"config": {
"forge": "./forge.config.js"
},
Expand Down

0 comments on commit 4c96c93

Please sign in to comment.