We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0031722 + dc5477b commit fbcea70Copy full SHA for fbcea70
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Current Master
4
5
+## 4.7.0 Wed May 30 2018
6
+
7
+- Fix Brave support
8
- Adds error messages when passwords don't match in onboarding flow.
9
- Adds modal notification if a retry in the process of being confirmed is dropped.
10
- New unlock screen design.
app/manifest.json
@@ -1,7 +1,7 @@
1
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "4.6.1",
+ "version": "4.7.0",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",
@@ -68,6 +68,8 @@
68
"matches": [
69
"https://metamask.io/*"
70
],
71
- "ids": ["*"]
+ "ids": [
72
+ "*"
73
+ ]
74
}
75
0 commit comments