diff --git a/CHANGELOG.md b/CHANGELOG.md index 9943a8e15..abb8f24f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 3.8.1 2017-6-30 + - Temporarily disabled loading popular tokens by default to improve performance. - Remove SEND token button until a better token sending form can be built, due to some precision issues. - Fix precision bug in token balances. diff --git a/app/manifest.json b/app/manifest.json index 1cd909732..c0d9af8a0 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.8.0", + "version": "3.8.1", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension",