Skip to content

Commit

Permalink
Merge pull request #534 from gagarin55/rc3
Browse files Browse the repository at this point in the history
Version bump to v0.9.0 RC3
  • Loading branch information
gagarin55 authored Mar 19, 2018
2 parents 2b9fd34 + dd073e2 commit 1934efa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Isaac Ardis",
"Shane Jonas <[email protected]>"
],
"version": "0.8.1",
"version": "0.9.0",
"description": "Emerald - Ethereum Classic Wallet",
"main": "./electron/main.js",
"moduleRoots": [
Expand Down Expand Up @@ -51,13 +51,13 @@
],
"repository": {
"type": "git",
"url": "https://github.com/ethereumproject/emerald-wallet.git"
"url": "https://github.com/ETCDEVTeam/emerald-wallet.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ethereumproject/emerald-wallet/issues"
"url": "https://github.com/ETCDEVTeam/emerald-wallet/issues"
},
"homepage": "https://github.com/ethereumproject/emerald-wallet",
"homepage": "https://github.com/ETCDEVTeam/emerald-wallet",
"dependencies": {
"bignumber.js": "4.0.0",
"classnames": "^2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const version = '0.8.1 RC 2';
const version = '0.9.0 RC 3';

export default version;

0 comments on commit 1934efa

Please sign in to comment.