1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Version 4.17.1

This commit is contained in:
Dan Finlay 2018-11-03 15:07:05 -07:00 committed by Dan Finlay
parent 86f09e6bb5
commit 2d4ff1dd82
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## Current Develop Branch
## 4.17.1 Saturday November 3 2018
- Revert chain ID lookup change which introduced a bug which caused problems when connecting to mainnet via Infura's RESTful API.
## 4.17.0 Thursday November 1 2018
- Fix bug where data lookups like balances would get stale data (stopped block-tracker bug)

View File

@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "4.17.0",
"version": "4.17.1",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",