diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-07-30 04:08:57 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-07-30 04:08:57 +0800 |
commit | 019581bd1f6727486afcd3fadf1e31c90fcf02c2 (patch) | |
tree | 4e86f0803f9a0e888f2436ace7d9e3e156b6eb3a | |
parent | 212f9cf9452911d70643bbc18f4896d1c7442763 (diff) | |
download | tangerine-wallet-browser-019581bd1f6727486afcd3fadf1e31c90fcf02c2.tar tangerine-wallet-browser-019581bd1f6727486afcd3fadf1e31c90fcf02c2.tar.gz tangerine-wallet-browser-019581bd1f6727486afcd3fadf1e31c90fcf02c2.tar.bz2 tangerine-wallet-browser-019581bd1f6727486afcd3fadf1e31c90fcf02c2.tar.lz tangerine-wallet-browser-019581bd1f6727486afcd3fadf1e31c90fcf02c2.tar.xz tangerine-wallet-browser-019581bd1f6727486afcd3fadf1e31c90fcf02c2.tar.zst tangerine-wallet-browser-019581bd1f6727486afcd3fadf1e31c90fcf02c2.zip |
Version 2.7.2
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd480ec2..f4625e8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 2.7.2 2016-07-29 + - Add Ethereum Classic to provider menu - Fix bug where host store would fail to receive updates. diff --git a/app/manifest.json b/app/manifest.json index e49511b27..a1074178e 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.7.1", + "version": "2.7.2", "manifest_version": 2, "description": "Ethereum Browser Extension", "icons": { |