aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2017-07-08 11:05:03 +0800
committerkumavis <aaron@kumavis.me>2017-07-08 11:05:03 +0800
commitde967d2dfd2119d2468263ecb9646fd0a92df195 (patch)
treeaa467a9087533d9813b92ae81380b776255c3d08
parentfd6caf871368d2339f91ad6ae339062daf303d87 (diff)
downloadtangerine-wallet-browser-de967d2dfd2119d2468263ecb9646fd0a92df195.tar.gz
tangerine-wallet-browser-de967d2dfd2119d2468263ecb9646fd0a92df195.tar.zst
tangerine-wallet-browser-de967d2dfd2119d2468263ecb9646fd0a92df195.zip
3.8.5
-rw-r--r--CHANGELOG.md4
-rw-r--r--app/manifest.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 696d68345..2c61c31b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## Current Master
+## 3.8.5 2017-7-7
+
+- Fix transaction resubmit logic to fail slightly less eagerly.
+
## 3.8.4 2017-7-7
- Improve transaction resubmit logic to fail more eagerly when a user would expect it to.
diff --git a/app/manifest.json b/app/manifest.json
index d386e43aa..f3a1ebeff 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.8.4",
+ "version": "3.8.5",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",