aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2018-08-16 01:02:20 +0800
committerGitHub <noreply@github.com>2018-08-16 01:02:20 +0800
commit7c47187f4d62f8eb495efeb99c3df59e09cd579d (patch)
tree79597f3aba05590f8a8911378df44b9000b8d327
parenta41afebd66ada032f12167668940da96ed9199d6 (diff)
parentef7e638dda63a715c796c210dadbe82430537b6a (diff)
downloadtangerine-wallet-browser-7c47187f4d62f8eb495efeb99c3df59e09cd579d.tar
tangerine-wallet-browser-7c47187f4d62f8eb495efeb99c3df59e09cd579d.tar.gz
tangerine-wallet-browser-7c47187f4d62f8eb495efeb99c3df59e09cd579d.tar.bz2
tangerine-wallet-browser-7c47187f4d62f8eb495efeb99c3df59e09cd579d.tar.lz
tangerine-wallet-browser-7c47187f4d62f8eb495efeb99c3df59e09cd579d.tar.xz
tangerine-wallet-browser-7c47187f4d62f8eb495efeb99c3df59e09cd579d.tar.zst
tangerine-wallet-browser-7c47187f4d62f8eb495efeb99c3df59e09cd579d.zip
Merge pull request #5037 from MetaMask/master
Update develop branch to v4.9.2
-rw-r--r--CHANGELOG.md4
-rw-r--r--app/manifest.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d372c2849..e5735acd8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## Current Develop Branch
+## 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 )
+
## 4.9.1 Mon Aug 09 2018
- [#4884](https://github.com/MetaMask/metamask-extension/pull/4884): Allow to have tokens per account and network.
diff --git a/app/manifest.json b/app/manifest.json
index 84cedd687..a5ab60f08 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "4.9.1",
+ "version": "4.9.2",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",