diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-04-05 00:40:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 00:40:48 +0800 |
commit | 9817c2c104799964eb0293874a43f62c17881927 (patch) | |
tree | 46675989037f8aa2a25e2715f6c1139b1fd08d8e | |
parent | 75de380d65a79848f6f4b2549798a58a5e1b60f0 (diff) | |
parent | 222f207b7842734b5eea79e68391ef9e19bec1fa (diff) | |
download | tangerine-wallet-browser-9817c2c104799964eb0293874a43f62c17881927.tar tangerine-wallet-browser-9817c2c104799964eb0293874a43f62c17881927.tar.gz tangerine-wallet-browser-9817c2c104799964eb0293874a43f62c17881927.tar.bz2 tangerine-wallet-browser-9817c2c104799964eb0293874a43f62c17881927.tar.lz tangerine-wallet-browser-9817c2c104799964eb0293874a43f62c17881927.tar.xz tangerine-wallet-browser-9817c2c104799964eb0293874a43f62c17881927.tar.zst tangerine-wallet-browser-9817c2c104799964eb0293874a43f62c17881927.zip |
Merge pull request #3869 from MetaMask/4.5.2
Version 4.5.2
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 20651dbad..95aebf37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 4.5.2 Wed Apr 04 2018 + - Fix overly strict validation where transactions were rejected with hex encoded "chainId" ## 4.5.1 Tue Apr 03 2018 diff --git a/app/manifest.json b/app/manifest.json index 99305f20e..2a18bdb2d 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.5.1", + "version": "4.5.2", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |