From 5e18ec43117f673a01b2d03bd131f3b8af04c370 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Sat, 18 Nov 2017 14:54:08 -0600 Subject: [PATCH] Tag Alpha 0.0.4 (#428) --- common/config/data.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/data.ts b/common/config/data.ts index d5472d56..0cb20c92 100644 --- a/common/config/data.ts +++ b/common/config/data.ts @@ -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.3)'; +export const VERSION = '4.0.0 (Alpha 0.0.4)'; // Displays at the top of the site, make message empty string to remove. // Type can be primary, warning, danger, success, or info. diff --git a/package.json b/package.json index be2a45b4..6177aa28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "4.0.0-alpha.1", + "version": "4.0.0-alpha.4", "main": "common/index.jsx", "description": "MyEtherWallet v4", "engines": {