diff options
author | Dan Finlay <dan@danfinlay.com> | 2018-09-22 05:54:37 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2018-09-22 06:00:45 +0800 |
commit | 69204293436608388f0c50f1ceb236b5cc84708d (patch) | |
tree | 89856ba1be59853a3c7cfcefc3f567f9716e32cd | |
parent | d636cc35523f52f630162a1b342b5267b6cd246e (diff) | |
download | tangerine-wallet-browser-69204293436608388f0c50f1ceb236b5cc84708d.tar tangerine-wallet-browser-69204293436608388f0c50f1ceb236b5cc84708d.tar.gz tangerine-wallet-browser-69204293436608388f0c50f1ceb236b5cc84708d.tar.bz2 tangerine-wallet-browser-69204293436608388f0c50f1ceb236b5cc84708d.tar.lz tangerine-wallet-browser-69204293436608388f0c50f1ceb236b5cc84708d.tar.xz tangerine-wallet-browser-69204293436608388f0c50f1ceb236b5cc84708d.tar.zst tangerine-wallet-browser-69204293436608388f0c50f1ceb236b5cc84708d.zip |
Version 4.11.0
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | app/manifest.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c61d566b4..66cc571e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Develop Branch +## 4.11.0 + +- Identical to 4.9.3. A rollback version to give time to fix bugs in the 4.10.x branch. + ## 4.9.3 Wed Aug 15 2018 - (#4897)[https://github.com/MetaMask/metamask-extension/pull/4897]: QR code scan for recipient addresses. diff --git a/app/manifest.json b/app/manifest.json index 086d5ba00..6c9f78a08 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.9.3", + "version": "4.11.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", @@ -78,4 +78,4 @@ "*" ] } -} +}
\ No newline at end of file |