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

Version 1.8.3

This commit is contained in:
kumavis 2016-05-12 03:03:27 -07:00
parent 47a5b58b92
commit 57d6ad2a3c
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
## Current Master ## Current Master
## 1.8.3 2016-05-12
- Bumped web3 to 0.6.0
- Really fixed `eth_syncing` method response.
## 1.8.2 2016-05-11 ## 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.

View File

@ -1,7 +1,7 @@
{ {
"name": "__MSG_appName__", "name": "__MSG_appName__",
"short_name": "Metamask", "short_name": "Metamask",
"version": "1.8.2", "version": "1.8.3",
"manifest_version": 2, "manifest_version": 2,
"description": "__MSG_appDescription__", "description": "__MSG_appDescription__",
"icons": { "icons": {