diff options
author | kumavis <aaron@kumavis.me> | 2018-06-04 03:31:09 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-06-04 03:31:09 +0800 |
commit | a09b3737f271ba06fd7122e4ff26cb1daefa9871 (patch) | |
tree | f8d6e0334c4dbac15c2ebaad865f8f4f12257de9 | |
parent | a3cc2b0a7b02c81d676f84bd32cdb9c7d4e03708 (diff) | |
download | tangerine-wallet-browser-a09b3737f271ba06fd7122e4ff26cb1daefa9871.tar.gz tangerine-wallet-browser-a09b3737f271ba06fd7122e4ff26cb1daefa9871.tar.zst tangerine-wallet-browser-a09b3737f271ba06fd7122e4ff26cb1daefa9871.zip |
4.7.2
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b45e18641..e66bd0a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Master +## 4.7.2 Sun Jun 03 2018 + +- Fix bug preventing users from logging in. Internally accounts and identities were out of sync. + ## 4.7.1 Fri Jun 01 2018 - Fix bug where errors were not returned to Dapps. diff --git a/app/manifest.json b/app/manifest.json index dbce13f7c..c1f26d2ea 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.7.1", + "version": "4.7.2", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |