From da1036f2c4b20748407b7fa89b60df5e321fcab7 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 9 Nov 2018 18:25:44 -0800 Subject: [PATCH] Version 5.0.2 --- CHANGELOG.md | 5 +++++ app/manifest.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea09a150..85ac342dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Current Develop Branch +## 5.0.2 Friday November 9 2018 + +- Fixed bug that caused accounts to update slowly to sites. #5717 +- Fixed bug that could lead to some sites crashing. #5709 + ## 5.0.1 Wednesday November 7 2018 - Fixed bug in privacy mode that made it not work correctly on Firefox. diff --git a/app/manifest.json b/app/manifest.json index 7fd619a19..2dd8429af 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.0.1", + "version": "5.0.2", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__",