aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--app/manifest.json2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28f2410ad..55c60e185 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,11 @@
## Current Master
-## 3.2.0 2017-1-24
+## 3.2.1 2017-2-8
+
+- Fixed some build errors that were causing a variety of bugs.
+
+## 3.2.0 2017-2-8
- Add ability to import accounts in JSON file format (used by Mist, Geth, MyEtherWallet, and more!)
- Fix unapproved messages not being included in extension badge.
diff --git a/app/manifest.json b/app/manifest.json
index 8d6fb2ac4..c5d34e6ea 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.2.0",
+ "version": "3.2.1",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",