Merge pull request #1758 from MetaMask/3.8.5

Version 3.8.5
feature/default_network_editable
Dan Finlay 7 years ago committed by GitHub
commit 822ebca3eb
  1. 4
      CHANGELOG.md
  2. 2
      app/manifest.json

@ -5,6 +5,10 @@
- No longer validate nonce client-side in retry loop.
- Fix bug where insufficient balance error was sometimes shown on successful transactions.
## 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.

@ -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",

Loading…
Cancel
Save