Merge pull request #876 from MetaMask/Version-2.13.10

Version 2.13.10
feature/default_network_editable
Dan Finlay 8 years ago committed by GitHub
commit 93bbe2c60d
  1. 8
      CHANGELOG.md
  2. 2
      app/manifest.json

@ -1,9 +1,13 @@
# Changelog # Changelog
## Current Master ## Current Master
- Ropsten networks now properly point to the faucet when attempting to buy ether.
- Make Ropsten transactions link to etherscan correctly. ## 2.13.10 2016-11-22
- Improve gas calculation logic.
- Default to Dapp-specified gas limits for transactions.
- Ropsten networks now properly point to the faucet when attempting to buy ether.
- Ropsten transactions now link to etherscan correctly.
## 2.13.9 2016-11-21 ## 2.13.9 2016-11-21

@ -1,7 +1,7 @@
{ {
"name": "MetaMask", "name": "MetaMask",
"short_name": "Metamask", "short_name": "Metamask",
"version": "2.13.9", "version": "2.13.10",
"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