Merge pull request #737 from MetaMask/Version-2.13.4

Version 2.13.4
feature/default_network_editable
Kevin Serrano 8 years ago committed by GitHub
commit 101e839f9a
  1. 1
      .gitignore
  2. 4
      CHANGELOG.md
  3. 2
      app/manifest.json

1
.gitignore vendored

@ -14,3 +14,4 @@ notes.txt
app/.DS_Store
development/bundle.js
builds.zip
test/integration/bundle.js

@ -2,8 +2,10 @@
## 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.
- Add a custom transaction fee field to send form.
## 2.13.3 2016-10-4

@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
"version": "2.13.3",
"version": "2.13.4",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",

Loading…
Cancel
Save