From f24cfea35e2443d961a3302bb522ad84aeeef9f9 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 18 Aug 2017 16:12:36 -0700 Subject: [PATCH] Version 3.9.9 --- CHANGELOG.md | 3 ++- app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b26afd47..157af097b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,13 @@ ## Current Master +## 3.9.9 2017-8-18 + - Fix bug where some transaction submission errors would show an empty screen. - Fix bug that could mis-render token balances when very small. - Fix formatting of eth_sign "Sign Message" view. - Add deprecation warning to eth_sign "Sign Message" view. - ## 3.9.8 2017-8-16 - Reenable token list. diff --git a/app/manifest.json b/app/manifest.json index 4af7923c2..293981d70 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.9.8", + "version": "3.9.9", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension",