diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-08-16 01:37:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-16 01:37:47 +0800 |
commit | 772c97088ed437458725b44b7aed4eb0c18e22b2 (patch) | |
tree | 63c7260de8abdf4b77d9cc6369b2d3dd4df7bd33 | |
parent | 7c47187f4d62f8eb495efeb99c3df59e09cd579d (diff) | |
parent | d636cc35523f52f630162a1b342b5267b6cd246e (diff) | |
download | tangerine-wallet-browser-772c97088ed437458725b44b7aed4eb0c18e22b2.tar tangerine-wallet-browser-772c97088ed437458725b44b7aed4eb0c18e22b2.tar.gz tangerine-wallet-browser-772c97088ed437458725b44b7aed4eb0c18e22b2.tar.bz2 tangerine-wallet-browser-772c97088ed437458725b44b7aed4eb0c18e22b2.tar.lz tangerine-wallet-browser-772c97088ed437458725b44b7aed4eb0c18e22b2.tar.xz tangerine-wallet-browser-772c97088ed437458725b44b7aed4eb0c18e22b2.tar.zst tangerine-wallet-browser-772c97088ed437458725b44b7aed4eb0c18e22b2.zip |
Merge pull request #5076 from MetaMask/v4.9.3
V4.9.3
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e5735acd8..c61d566b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Current Develop Branch +## 4.9.3 Wed Aug 15 2018 + +- (#4897)[https://github.com/MetaMask/metamask-extension/pull/4897]: QR code scan for recipient addresses. +- (#4961)[https://github.com/MetaMask/metamask-extension/pull/4961]: Add a download seed phrase link. +- (#5060)[https://github.com/MetaMask/metamask-extension/pull/5060]: Fix bug where gas was not updating properly. + ## 4.9.2 Mon Aug 09 2018 - [#5020](https://github.com/MetaMask/metamask-extension/pull/5020): Fix bug in migration #28 ( moving tokens to specific accounts ) diff --git a/app/manifest.json b/app/manifest.json index a5ab60f08..086d5ba00 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.9.2", + "version": "4.9.3", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |