diff options
author | kumavis <aaron@kumavis.me> | 2018-05-31 06:08:44 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-05-31 06:08:44 +0800 |
commit | e59f606adb65de85484b0fb258980543967ee5e1 (patch) | |
tree | 4c4c4293bfbc2a80812d231af9c7e22877cebfbd | |
parent | adfa033829e36edc9417c97fc93e8e8c5ee1f471 (diff) | |
download | tangerine-wallet-browser-4.7.0.tar.gz tangerine-wallet-browser-4.7.0.tar.zst tangerine-wallet-browser-4.7.0.zip |
4.7.0v4.7.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 412392c15..868983c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 4.7.0 Wed May 30 2018 + - Fix Brave support - Adds error messages when passwords don't match in onboarding flow. - Adds modal notification if a retry in the process of being confirmed is dropped. diff --git a/app/manifest.json b/app/manifest.json index 141026d10..52ce8cc0a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.6.1", + "version": "4.7.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", @@ -68,6 +68,8 @@ "matches": [ "https://metamask.io/*" ], - "ids": ["*"] + "ids": [ + "*" + ] } }
\ No newline at end of file |