mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Version 2.13.4
This commit is contained in:
parent
6d4c685636
commit
5864044538
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ notes.txt
|
|||||||
app/.DS_Store
|
app/.DS_Store
|
||||||
development/bundle.js
|
development/bundle.js
|
||||||
builds.zip
|
builds.zip
|
||||||
|
test/integration/bundle.js
|
||||||
|
@ -2,8 +2,10 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
## 2.13.4 2016-10-17
|
||||||
|
|
||||||
|
- Add custom transaction fee field to send form.
|
||||||
- Fix bug where web3 was being injected into XML files.
|
- Fix bug where web3 was being injected into XML files.
|
||||||
- Add a custom transaction fee field to send form.
|
|
||||||
|
|
||||||
## 2.13.3 2016-10-4
|
## 2.13.3 2016-10-4
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "2.13.3",
|
"version": "2.13.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