mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Version 1.8.2
This commit is contained in:
parent
4270c61f15
commit
c7a491d7ac
@ -2,8 +2,11 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
## 1.8.2 2016-05-11
|
||||||
|
|
||||||
- Fixed bug where send view would not load correctly the first time it was visited per account.
|
- Fixed bug where send view would not load correctly the first time it was visited per account.
|
||||||
- Migrated all users to new scalable backend.
|
- Migrated all users to new scalable backend.
|
||||||
|
- Fixed `eth_syncing` method response.
|
||||||
|
|
||||||
## 1.8.1 2016-05-10
|
## 1.8.1 2016-05-10
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_appName__",
|
"name": "__MSG_appName__",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "1.8.1",
|
"version": "1.8.2",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "__MSG_appDescription__",
|
"description": "__MSG_appDescription__",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
Loading…
Reference in New Issue
Block a user