aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-27 08:01:48 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-27 08:01:48 +0800
commit407d2e884bf5dcdd9bc37da72aa67bf697cb3de1 (patch)
treef92de706def0e874ce74e8553df32364131d034e
parentde5a2bf9bc8dd8f028fdb8acb7d8c763d455d07c (diff)
parent5d93e8fa7433a55e8623039887f7d2032796b451 (diff)
downloadtangerine-wallet-browser-407d2e884bf5dcdd9bc37da72aa67bf697cb3de1.tar
tangerine-wallet-browser-407d2e884bf5dcdd9bc37da72aa67bf697cb3de1.tar.gz
tangerine-wallet-browser-407d2e884bf5dcdd9bc37da72aa67bf697cb3de1.tar.bz2
tangerine-wallet-browser-407d2e884bf5dcdd9bc37da72aa67bf697cb3de1.tar.lz
tangerine-wallet-browser-407d2e884bf5dcdd9bc37da72aa67bf697cb3de1.tar.xz
tangerine-wallet-browser-407d2e884bf5dcdd9bc37da72aa67bf697cb3de1.tar.zst
tangerine-wallet-browser-407d2e884bf5dcdd9bc37da72aa67bf697cb3de1.zip
Merge remote-tracking branch 'origin/Version2.7.0' into FixChromeBuild
-rw-r--r--CHANGELOG.md2
-rw-r--r--app/manifest.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c853ae846..91ee4d986 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
## Current Master
- Fix bug where web3 would sometimes not be injected in time for the application.
+## 2.7.0 2016-07-21
+
- Added a Warning screen about storing ETH
- Add buy Button!
- MetaMask now throws descriptive errors when apps try to use synchronous web3 methods.
diff --git a/app/manifest.json b/app/manifest.json
index 7039caeb8..95aee245c 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "Metamask",
- "version": "2.6.2",
+ "version": "2.7.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {