diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2019-04-27 01:47:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-27 01:47:27 +0800 |
commit | 0dac3eb09528f8a3ac672377319e60905032ad2d (patch) | |
tree | 4775eb1fb3d5ec6c11ec7a845d1ce29824c25c9a | |
parent | 63e5e689be0b8afe3bbcfa0ff8e84c355f3037ff (diff) | |
parent | a56fc14122898d82b2ab6b28c2f7a68816c83a86 (diff) | |
download | tangerine-wallet-browser-0dac3eb09528f8a3ac672377319e60905032ad2d.tar.gz tangerine-wallet-browser-0dac3eb09528f8a3ac672377319e60905032ad2d.tar.zst tangerine-wallet-browser-0dac3eb09528f8a3ac672377319e60905032ad2d.zip |
Merge pull request #6522 from MetaMask/Version-6.4.1
Version 6.4.1 RC1
-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 ed70624e1..d62a32a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Develop Branch +## 6.4.1 Fri Apr 26 2019 + +- [#6521](https://github.com/MetaMask/metamask-extension/pull/6521): Revert "Adds 4byte registry fallback to getMethodData()" to fix stalling bug. + ## 6.4.0 Wed Apr 17 2019 - [#6445](https://github.com/MetaMask/metamask-extension/pull/6445): * Move send to pages/
diff --git a/app/manifest.json b/app/manifest.json index 3dc815c51..bd10f60da 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "6.4.0", + "version": "6.4.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |