aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2019-02-01 02:27:58 +0800
committerGitHub <noreply@github.com>2019-02-01 02:27:58 +0800
commit015414c31d2ce4d4682f05c1500dea252a0e56fd (patch)
treed39f58da206851cbce7d378e3c96c4e842967dbd
parent4e27b644ab962cd45ebadf33f3671eebbad93b01 (diff)
downloadtangerine-wallet-browser-015414c31d2ce4d4682f05c1500dea252a0e56fd.tar
tangerine-wallet-browser-015414c31d2ce4d4682f05c1500dea252a0e56fd.tar.gz
tangerine-wallet-browser-015414c31d2ce4d4682f05c1500dea252a0e56fd.tar.bz2
tangerine-wallet-browser-015414c31d2ce4d4682f05c1500dea252a0e56fd.tar.lz
tangerine-wallet-browser-015414c31d2ce4d4682f05c1500dea252a0e56fd.tar.xz
tangerine-wallet-browser-015414c31d2ce4d4682f05c1500dea252a0e56fd.tar.zst
tangerine-wallet-browser-015414c31d2ce4d4682f05c1500dea252a0e56fd.zip
Version 5.3.4 RC1 (#6084)
-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 de760c3fd..dced3feb8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## Current Develop Branch
+## 5.3.4 Thu Jan 31 2019
+
+- [#6079](https://github.com/MetaMask/metamask-extension/pull/6079): fix - migration 30
+
## 5.3.3 Wed Jan 30 2019
- [#6006](https://github.com/MetaMask/metamask-extension/pull/6006): Update privacy notice
diff --git a/app/manifest.json b/app/manifest.json
index 25eac6472..b79eb914d 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "5.3.3",
+ "version": "5.3.4",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",