diff options
| author | Dan Finlay <dan@danfinlay.com> | 2018-01-19 04:53:12 +0800 |
|---|---|---|
| committer | Dan Finlay <dan@danfinlay.com> | 2018-01-19 04:53:12 +0800 |
| commit | e081ef9855c8bb8bcce647079962455c85129407 (patch) | |
| tree | 33b78e9a66e1999b99e1d708065a5e26db8072c6 | |
| parent | 330ae020287f4178b493619ede17ee0b1b67b7af (diff) | |
| download | tangerine-wallet-browser-e081ef9855c8bb8bcce647079962455c85129407.tar tangerine-wallet-browser-e081ef9855c8bb8bcce647079962455c85129407.tar.gz tangerine-wallet-browser-e081ef9855c8bb8bcce647079962455c85129407.tar.bz2 tangerine-wallet-browser-e081ef9855c8bb8bcce647079962455c85129407.tar.lz tangerine-wallet-browser-e081ef9855c8bb8bcce647079962455c85129407.tar.xz tangerine-wallet-browser-e081ef9855c8bb8bcce647079962455c85129407.tar.zst tangerine-wallet-browser-e081ef9855c8bb8bcce647079962455c85129407.zip | |
Version 3.13.6v3.13.6
| -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 4b4218210..1820e797d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Master +## 3.13.6 2018-1-18 + +- Version bumped to roll back the REST provider after a bug was found in it in 3.13.5. + ## 3.13.4 2018-1-9 - Remove recipient field if application initializes a tx with an empty string, or 0x, and tx data. Throw an error with the same condition, but without tx data. diff --git a/app/manifest.json b/app/manifest.json index df7b1f1aa..a8c726293 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.13.4", + "version": "3.13.6", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |
