diff options
author | Dan Finlay <dan@danfinlay.com> | 2018-01-10 02:13:25 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2018-01-10 02:13:25 +0800 |
commit | 330ae020287f4178b493619ede17ee0b1b67b7af (patch) | |
tree | 84d558ccc266812436615c72c3330840bf383d2c | |
parent | 096fb226a6754efaca7785fd00d3e9c84f5370c1 (diff) | |
download | tangerine-wallet-browser-330ae020287f4178b493619ede17ee0b1b67b7af.tar.gz tangerine-wallet-browser-330ae020287f4178b493619ede17ee0b1b67b7af.tar.zst tangerine-wallet-browser-330ae020287f4178b493619ede17ee0b1b67b7af.zip |
Version 3.13.4v3.13.4
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cacc4b522..4b4218210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 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. - Improve gas price suggestion to be closer to the lowest that will be accepted. - Throw an error if a application tries to submit a tx whose value is a decimal, and inform that it should be in wei. diff --git a/app/manifest.json b/app/manifest.json index d6c57d681..df7b1f1aa 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.13.3", + "version": "3.13.4", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |