1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #1758 from MetaMask/3.8.5

Version 3.8.5
This commit is contained in:
Dan Finlay 2017-07-11 15:58:57 -07:00 committed by GitHub
commit 822ebca3eb
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

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