aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-08-24 15:16:19 +0800
committerDan Finlay <dan@danfinlay.com>2017-08-24 15:16:19 +0800
commit72bccec440179d8126391d9e249e9f3acbbb5a88 (patch)
tree93935b205523293aba389b4c0c58230d800476c4
parent9ce82640f25efa2dd1e0b8e8d449b7a9619e5f2c (diff)
downloadtangerine-wallet-browser-72bccec440179d8126391d9e249e9f3acbbb5a88.tar.gz
tangerine-wallet-browser-72bccec440179d8126391d9e249e9f3acbbb5a88.tar.zst
tangerine-wallet-browser-72bccec440179d8126391d9e249e9f3acbbb5a88.zip
Version 3.9.11v3.9.11
-rw-r--r--CHANGELOG.md2
-rw-r--r--app/manifest.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ca49048c..cab45914e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Current Master
+## 3.9.11 2017-8-24
+
- Fix nonce calculation bug that would sometimes generate very wrong nonces.
- Give up resubmitting a transaction after 3500 blocks.
diff --git a/app/manifest.json b/app/manifest.json
index 60eeb2a35..7ec32ea78 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.9.10",
+ "version": "3.9.11",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",