Skip to content

Commit

Permalink
Merge pull request #440 from cosmos/fabo/438-post-micro-release
Browse files Browse the repository at this point in the history
post micro release
  • Loading branch information
jbibla authored Feb 5, 2018
2 parents 226da07 + 70b9d1e commit fc64402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Cosmos",
"productName": "Cosmos",
"version": "0.4.0",
"version": "0.4.1",
"description": "The electron-based user interface for Cosmos Network.",
"author": "All In Bits, Inc <[email protected]>",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ process.argv.forEach(function (val) {
}
if (val.startsWith('--binary')) {
binaryPath = val.replace('--binary=', '')
fs.accessSync(binaryPath)
console.log('Using prebuilt binary', binaryPath)
}
})
Expand Down

0 comments on commit fc64402

Please sign in to comment.