mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
commit
52976d6edc
@ -2,7 +2,11 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
## 3.10.4 2017-9-27
|
||||||
|
|
||||||
- Fix bug that could mis-render token balances when very small. (Not actually included in 3.9.9)
|
- Fix bug that could mis-render token balances when very small. (Not actually included in 3.9.9)
|
||||||
|
- Fix memory leak warning.
|
||||||
|
- Fix bug where new event filters would not include historical events.
|
||||||
|
|
||||||
## 3.10.3 2017-9-21
|
## 3.10.3 2017-9-21
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "3.10.3",
|
"version": "3.10.4",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "https://metamask.io",
|
"author": "https://metamask.io",
|
||||||
"description": "Ethereum Browser Extension",
|
"description": "Ethereum Browser Extension",
|
||||||
|
Loading…
Reference in New Issue
Block a user