Tag Alpha 0.0.4 (#428)
This commit is contained in:
parent
c0cd668c64
commit
5e18ec4311
|
@ -2,7 +2,7 @@ import { EtherscanNode, InfuraNode, RPCNode, Web3Node } from 'libs/nodes';
|
||||||
import { networkIdToName } from 'libs/values';
|
import { networkIdToName } from 'libs/values';
|
||||||
export const languages = require('./languages.json');
|
export const languages = require('./languages.json');
|
||||||
// Displays in the header
|
// Displays in the header
|
||||||
export const VERSION = '4.0.0 (Alpha 0.0.3)';
|
export const VERSION = '4.0.0 (Alpha 0.0.4)';
|
||||||
|
|
||||||
// Displays at the top of the site, make message empty string to remove.
|
// Displays at the top of the site, make message empty string to remove.
|
||||||
// Type can be primary, warning, danger, success, or info.
|
// Type can be primary, warning, danger, success, or info.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "MyEtherWallet",
|
"name": "MyEtherWallet",
|
||||||
"version": "4.0.0-alpha.1",
|
"version": "4.0.0-alpha.4",
|
||||||
"main": "common/index.jsx",
|
"main": "common/index.jsx",
|
||||||
"description": "MyEtherWallet v4",
|
"description": "MyEtherWallet v4",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue