Merge pull request #1404 from MetaMask/Version-3.6.4

Version 3.6.4
feature/default_network_editable
Thomas Huang 8 years ago committed by GitHub
commit ecaa4cdeb2
  1. 4
      CHANGELOG.md
  2. 2
      app/manifest.json

@ -2,6 +2,10 @@
## Current Master ## Current Master
## 3.6.4 2017-5-8
- Fix main-net ENS resolution.
## 3.6.3 2017-5-8 ## 3.6.3 2017-5-8
- Fix bug that could stop newer versions of Geth from working with MetaMask. - Fix bug that could stop newer versions of Geth from working with MetaMask.

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

Loading…
Cancel
Save