diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-07-27 05:15:24 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-07-27 05:15:24 +0800 |
commit | b50c10f373c30642e083fb87724fc5db2ffff1e9 (patch) | |
tree | c26bbf9fc210a568af1bdffd68062f5a832f6c58 | |
parent | f23efec3e3d9f42484f633ba0444db350875f898 (diff) | |
download | tangerine-wallet-browser-b50c10f373c30642e083fb87724fc5db2ffff1e9.tar tangerine-wallet-browser-b50c10f373c30642e083fb87724fc5db2ffff1e9.tar.gz tangerine-wallet-browser-b50c10f373c30642e083fb87724fc5db2ffff1e9.tar.bz2 tangerine-wallet-browser-b50c10f373c30642e083fb87724fc5db2ffff1e9.tar.lz tangerine-wallet-browser-b50c10f373c30642e083fb87724fc5db2ffff1e9.tar.xz tangerine-wallet-browser-b50c10f373c30642e083fb87724fc5db2ffff1e9.tar.zst tangerine-wallet-browser-b50c10f373c30642e083fb87724fc5db2ffff1e9.zip |
Version 3.9.2v3.9.2
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eeeda9d68..c5f727586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Current Master +## 3.9.2 2017-7-26 + +- Fix bugs that could sometimes result in failed transactions after switching networks. - Include stack traces in txMeta's to better understand the life cycle of transactions ## 3.9.1 2017-7-19 diff --git a/app/manifest.json b/app/manifest.json index eadd99590..55e1eb5b1 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.9.1", + "version": "3.9.2", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |