diff options
author | Dan Finlay <dan@danfinlay.com> | 2019-02-01 02:10:34 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2019-02-01 02:10:34 +0800 |
commit | 70d696cc93eff515cb1fee4cbcd3e332c195e4f8 (patch) | |
tree | d39f58da206851cbce7d378e3c96c4e842967dbd | |
parent | 4e27b644ab962cd45ebadf33f3671eebbad93b01 (diff) | |
download | tangerine-wallet-browser-5.3.4.tar.gz tangerine-wallet-browser-5.3.4.tar.zst tangerine-wallet-browser-5.3.4.zip |
Version 5.3.4 RC1v5.3.4
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | app/manifest.json | 2 |
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__", |