diff options
author | Dan Finlay <dan@danfinlay.com> | 2018-10-12 00:37:57 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2018-10-12 00:37:57 +0800 |
commit | 5b454212c8f4380264cdb42203ed967c97fc90cb (patch) | |
tree | 5d2a15750eb5434358894d4f42282aaa63cd5447 | |
parent | db981b827b07c946e17d3a8aeaefd2143c236ef7 (diff) | |
download | tangerine-wallet-browser-4.15.0.tar tangerine-wallet-browser-4.15.0.tar.gz tangerine-wallet-browser-4.15.0.tar.bz2 tangerine-wallet-browser-4.15.0.tar.lz tangerine-wallet-browser-4.15.0.tar.xz tangerine-wallet-browser-4.15.0.tar.zst tangerine-wallet-browser-4.15.0.zip |
Version 4.15.0 rollback releasev4.15.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 fe97096e2..a0688dc9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Develop Branch +## 4.15.0 + +- A rollback release, equivalent to `v4.11.1` to be deployed in the case that `v4.12.0` is found to have bugs. + ## 4.13.0 - A rollback release, equivalent to `v4.11.1` to be deployed in the case that `v4.12.0` is found to have bugs. diff --git a/app/manifest.json b/app/manifest.json index 8fef4562b..9461d46f5 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.13.0", + "version": "4.15.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", @@ -78,4 +78,4 @@ "*" ] } -} +}
\ No newline at end of file |