Tag Release 0.0.7 (#746)
This commit is contained in:
parent
6ec04f6731
commit
ff6747b1b1
|
@ -2,7 +2,7 @@ import { EtherscanNode, InfuraNode, RPCNode, Web3Node } from 'libs/nodes';
|
|||
import { networkIdToName } from 'libs/values';
|
||||
export const languages = require('./languages.json');
|
||||
// Displays in the header
|
||||
export const VERSION = '4.0.0 (Alpha 0.0.6)';
|
||||
export const VERSION = '4.0.0 (Alpha 0.0.7)';
|
||||
export const N_FACTOR = 1024;
|
||||
|
||||
// Displays at the top of the site, make message empty string to remove.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "MyEtherWallet",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"main": "common/index.jsx",
|
||||
"description": "MyEtherWallet v4",
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue