diff options
author | kumavis <aaron@kumavis.me> | 2018-04-07 00:58:51 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-04-07 00:58:51 +0800 |
commit | b91bd818c7c2aec2952036a2f69ab05e0690a06e (patch) | |
tree | 5266632d467bac05b0035ae4c821cae535df1b02 | |
parent | 2953429fedf7582ac6f544b132b9f2a0e2db7580 (diff) | |
download | tangerine-wallet-browser-4.5.5.tar tangerine-wallet-browser-4.5.5.tar.gz tangerine-wallet-browser-4.5.5.tar.bz2 tangerine-wallet-browser-4.5.5.tar.lz tangerine-wallet-browser-4.5.5.tar.xz tangerine-wallet-browser-4.5.5.tar.zst tangerine-wallet-browser-4.5.5.zip |
4.5.5v4.5.5
-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 e15ccca21..45eaa6908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 4.5.5 Fri Apr 06 2018 + - Graceful handling of unknown keys in txParams - Fixes buggy handling of historical transactions with unknown keys in txParams - Fix link for 'Learn More' in the Add Token Screen to open to a new tab. diff --git a/app/manifest.json b/app/manifest.json index 5aa14b1e9..dc46f1ca4 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.5.4", + "version": "4.5.5", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |