From a444326a1e5329b0d3a9664df80db0d3533f6e38 Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 3 Aug 2017 22:06:26 -0700 Subject: [PATCH] v3.9.4 --- CHANGELOG.md | 6 +++++- app/manifest.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a607c19a..4c5ca37a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ ## Current Master +## 3.9.4 2017-8-03 + +- Fixed bug that prevented transactions from being rejected. + ## 3.9.3 2017-8-03 -- Add support for EGO uport token +- Add support for EGO ujo token - Continuously update blacklist for known phishing sites in background. - Automatically detect suspicious URLs too similar to common phishing targets, and blacklist them. diff --git a/app/manifest.json b/app/manifest.json index 6c02120c1..d5e1937fa 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.9.3", + "version": "3.9.4", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension",