diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-09-19 02:47:59 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-09-19 02:47:59 +0800 |
commit | c90c904f95aa725ebd48c6f90939c9d9cba55d47 (patch) | |
tree | 2819b68d457fab2d2978941dd7633566642e094f | |
parent | fa50bf9587882837af312fb18123cc98d1576313 (diff) | |
download | tangerine-wallet-browser-c90c904f95aa725ebd48c6f90939c9d9cba55d47.tar tangerine-wallet-browser-c90c904f95aa725ebd48c6f90939c9d9cba55d47.tar.gz tangerine-wallet-browser-c90c904f95aa725ebd48c6f90939c9d9cba55d47.tar.bz2 tangerine-wallet-browser-c90c904f95aa725ebd48c6f90939c9d9cba55d47.tar.lz tangerine-wallet-browser-c90c904f95aa725ebd48c6f90939c9d9cba55d47.tar.xz tangerine-wallet-browser-c90c904f95aa725ebd48c6f90939c9d9cba55d47.tar.zst tangerine-wallet-browser-c90c904f95aa725ebd48c6f90939c9d9cba55d47.zip |
Version 3.10.1v3.10.1
-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 ce2327c24..5ef0ce17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 3.10.1 2017-9-18 + - Add ability to export private keys as a file. - Add ability to export seed words as a file. - Changed state logs to a file download than a clipboard copy. diff --git a/app/manifest.json b/app/manifest.json index bd25c1f6f..8febf91aa 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.10.0", + "version": "3.10.1", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |