Merge pull request #284 from MyEtherWallet/bump-version

Bump Version to 0.0.3
This commit is contained in:
Daniel Ternyak 2017-10-11 12:58:25 -07:00 committed by GitHub
commit edf7e36836

View File

@ -1,7 +1,7 @@
import { EtherscanNode, InfuraNode, RPCNode } from 'libs/nodes'; import { EtherscanNode, InfuraNode, RPCNode } from 'libs/nodes';
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.2)'; export const VERSION = '4.0.0 (Alpha 0.0.3)';
// 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.