From cf6477069a548d2504433e8ff6e4ecf10af4fe4d Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Wed, 11 Oct 2017 12:47:26 -0700 Subject: [PATCH] bump version to 0.0.3 --- common/config/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/data.ts b/common/config/data.ts index 19a40051..e5fc83e8 100644 --- a/common/config/data.ts +++ b/common/config/data.ts @@ -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.