diff --git a/package.json b/package.json index 432ad523a..760dc4af0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "Isaac Ardis", "Shane Jonas " ], - "version": "0.8.1", + "version": "0.9.0", "description": "Emerald - Ethereum Classic Wallet", "main": "./electron/main.js", "moduleRoots": [ @@ -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", diff --git a/src/version.js b/src/version.js index bc2356c2f..6bceeaa53 100644 --- a/src/version.js +++ b/src/version.js @@ -1,3 +1,3 @@ -const version = '0.8.1 RC 2'; +const version = '0.9.0 RC 3'; export default version;