bump version to 0.0.3

This commit is contained in:
Daniel Ternyak 2017-10-11 12:47:26 -07:00
parent b493a0c968
commit cf6477069a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { EtherscanNode, InfuraNode, RPCNode } from 'libs/nodes';
export const languages = require('./languages.json');
// 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.
// Type can be primary, warning, danger, success, or info.