Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3911 from ethereum/bump-rc-version
Browse files Browse the repository at this point in the history
Release candidate version
  • Loading branch information
evertonfraga authored May 23, 2018
2 parents 7e4f924 + 2a91f6c commit b409932
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Mist",
"version": "0.10.0",
"version": "0.11.0-rc",
"license": "GPL-3.0",
"author": "Ethereum Mist Team <[email protected]>",
"repository": {
Expand All @@ -9,7 +9,8 @@
},
"scripts": {
"precommit": "pretty-quick --staged",
"postinstall": "electron-builder install-app-deps; (cd interface && yarn); yarn dev:rebuild",
"postinstall":
"electron-builder install-app-deps; (cd interface && yarn); yarn dev:rebuild",
"dev:electron": "electron -r babel-register main.js",
"dev:meteor": "cd interface && meteor --no-release-check",
"dev:tools": "open http://remotedev.io/local/",
Expand Down

0 comments on commit b409932

Please sign in to comment.