Skip to content

Commit

Permalink
Version bump: 0.9.0 (ethereum#2716)
Browse files Browse the repository at this point in the history
* Adding recommended node version used by Electron

* Version bump

* updating yarn.lock
  • Loading branch information
evertonfraga authored Jul 11, 2017
1 parent 0c64083 commit b614852
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.4
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Mist",
"version": "0.8.10",
"version": "0.9.0",
"license": "GPL-3.0",
"author": "Ethereum Mist Team <[email protected]>",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"co-mocha": "^1.2.0",
"del": "^2.2.2",
"ecstatic": "^2.1.0",
"electron": "1.6.2",
"electron": "1.4.15",
"electron-builder": "^12.2.2",
"eslint": "^3.14.1",
"eslint-config-airbnb-base": "^11.0.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -996,9 +996,9 @@ electron-window-state@^4.0.1:
jsonfile "^2.2.3"
mkdirp "^0.5.1"

electron@1.6.2:
version "1.6.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-1.6.2.tgz#b0ccd7703f86d09c4d2a7273455c3f993f158994"
electron@1.4.15:
version "1.4.15"
resolved "https://registry.yarnpkg.com/electron/-/electron-1.4.15.tgz#eaccafe3f55ade02a746b706ac14b43db6c7ccf8"
dependencies:
electron-download "^3.0.1"
extract-zip "^1.0.3"
Expand Down

0 comments on commit b614852

Please sign in to comment.