From ff6747b1b1c22eeaa33e55488d52aa487d5f5d87 Mon Sep 17 00:00:00 2001
From: Daniel Ternyak <dternyak@gmail.com>
Date: Mon, 8 Jan 2018 01:19:27 -0600
Subject: [PATCH] Tag Release 0.0.7 (#746)

---
 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 a43e03d9..21389072 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.6)';
+export const VERSION = '4.0.0 (Alpha 0.0.7)';
 export const N_FACTOR = 1024;
 
 // Displays at the top of the site, make message empty string to remove.
diff --git a/package.json b/package.json
index 4d0a3646..eb1eed55 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "MyEtherWallet",
-  "version": "4.0.0-alpha.6",
+  "version": "4.0.0-alpha.7",
   "main": "common/index.jsx",
   "description": "MyEtherWallet v4",
   "engines": {