mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
commit
6f17c996c2
@ -2,10 +2,15 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
## 3.6.0 2017-4-25
|
||||||
|
|
||||||
|
- Add Rinkeby Test Network to our network list.
|
||||||
|
|
||||||
|
## 3.5.4 2017-4-25
|
||||||
|
|
||||||
- Fix occasional nonce tracking issue.
|
- Fix occasional nonce tracking issue.
|
||||||
- Fix bug where some events would not be emitted by web3.
|
- Fix bug where some events would not be emitted by web3.
|
||||||
- Fix bug where an error would be thrown when composing signatures for networks with large ID values.
|
- Fix bug where an error would be thrown when composing signatures for networks with large ID values.
|
||||||
- Add Rinkeby Test Network to our network list.
|
|
||||||
|
|
||||||
## 3.5.3 2017-4-24
|
## 3.5.3 2017-4-24
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "3.5.3",
|
"version": "3.6.0",
|
||||||
"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