Tag Release 0.0.8 (#758)

This commit is contained in:
Daniel Ternyak 2018-01-08 22:13:09 -06:00 committed by GitHub
parent 4ad19e2fec
commit 401a57dc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.7)';
export const VERSION = '4.0.0 (Alpha 0.0.8)';
export const N_FACTOR = 1024;
// Displays at the top of the site, make message empty string to remove.

View File

@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"main": "common/index.jsx",
"description": "MyEtherWallet v4",
"engines": {