From 3f2945dce0a619c41bfc519c23fa86bd38bf6202 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 20 Dec 2016 08:58:18 -0800 Subject: [PATCH] Version 2.14.1 --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd1e83bf..4a123b24b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 2.14.1 2016-12-20 + - Temporarily disable extension reload detection causing infinite reload bug. ## 2.14.0 2016-12-16 diff --git a/app/manifest.json b/app/manifest.json index f53c3b8b1..61775ed93 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.14.0", + "version": "2.14.1", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension",