diff options
author | kumavis <aaron@kumavis.me> | 2018-04-05 00:10:33 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-04-05 00:10:33 +0800 |
commit | 222f207b7842734b5eea79e68391ef9e19bec1fa (patch) | |
tree | 46675989037f8aa2a25e2715f6c1139b1fd08d8e | |
parent | 75de380d65a79848f6f4b2549798a58a5e1b60f0 (diff) | |
download | tangerine-wallet-browser-222f207b7842734b5eea79e68391ef9e19bec1fa.tar.gz tangerine-wallet-browser-222f207b7842734b5eea79e68391ef9e19bec1fa.tar.zst tangerine-wallet-browser-222f207b7842734b5eea79e68391ef9e19bec1fa.zip |
4.5.2v4.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__", |