From df78020c18b725b24e9467a12ee0ff7ac08a7636 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 23 Aug 2017 11:51:10 -0700 Subject: [PATCH] Version 3.9.10 --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5290ed99..d2b6572da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 3.9.10 2017-8-23 + - Improve nonce calculation, to prevent bug where people are unable to send transactions reliably. - Remove link to eth-tx-viz from identicons in tx history. diff --git a/app/manifest.json b/app/manifest.json index 293981d70..60eeb2a35 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.9.9", + "version": "3.9.10", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension",