aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-06-06 04:22:48 +0800
committerkumavis <aaron@kumavis.me>2018-06-06 04:22:48 +0800
commitf73feccf5af76312f9b0a65c42b2bd0877dfba7d (patch)
tree3debb11f863bd2d400bebeebc0ed8b0e862ba19a
parentcb7307b7ca7f59e93ac9da974a8ae471a026eba3 (diff)
downloadtangerine-wallet-browser-f73feccf5af76312f9b0a65c42b2bd0877dfba7d.tar
tangerine-wallet-browser-f73feccf5af76312f9b0a65c42b2bd0877dfba7d.tar.gz
tangerine-wallet-browser-f73feccf5af76312f9b0a65c42b2bd0877dfba7d.tar.bz2
tangerine-wallet-browser-f73feccf5af76312f9b0a65c42b2bd0877dfba7d.tar.lz
tangerine-wallet-browser-f73feccf5af76312f9b0a65c42b2bd0877dfba7d.tar.xz
tangerine-wallet-browser-f73feccf5af76312f9b0a65c42b2bd0877dfba7d.tar.zst
tangerine-wallet-browser-f73feccf5af76312f9b0a65c42b2bd0877dfba7d.zip
4.7.4v4.7.4
-rw-r--r--CHANGELOG.md5
-rw-r--r--app/manifest.json2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 719033da0..19287f046 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
## Current Master
+## 4.7.4 Tue Jun 05 2018
+
+- Add diagnostic reporting for users with multiple HD keyrings
+- Throw explicit error when selected account is unset
+
## 4.7.3 Mon Jun 04 2018
- Hide token now uses new modal
diff --git a/app/manifest.json b/app/manifest.json
index 383b71ce3..e3a7fd963 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "4.7.3",
+ "version": "4.7.4",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",