mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Version 4.17.1
This commit is contained in:
parent
86f09e6bb5
commit
2d4ff1dd82
@ -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)
|
||||
|
@ -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__",
|
||||
|
Loading…
Reference in New Issue
Block a user