Skip to content

Commit

Permalink
version update 1.5.3 -> 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorkim committed Oct 17, 2017
1 parent b321013 commit 2a619e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.5.3"
"entryjs": "#dist/offline_v1.5.4"
},
"license": "MIT",
"homepage": "http://play-entry.com",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"private": true,
"name": "entry",
"productName": "Entry",
"main": "src/entry_offline.js",
"version": "1.5.4",
"config": {
"forge": "./forge.config.js"
},
"scripts": {
"clean": "rimraf dist",
"debug": "./node_modules/.bin/electron-forge-vscode-nix --debug=5858",
Expand Down Expand Up @@ -54,10 +59,5 @@
"socket.io-client": "^1.7.3",
"tar": "2.2.1",
"xml2js": "^0.4.17"
},
"main": "src/entry_offline.js",
"version": "1.5.3",
"config": {
"forge": "./forge.config.js"
}
}
}

0 comments on commit 2a619e5

Please sign in to comment.