Skip to content

Commit fbcea70

Browse files
committed
Merge branch 'master' into develop
2 parents 0031722 + dc5477b commit fbcea70

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Current Master
44

5+
## 4.7.0 Wed May 30 2018
6+
7+
- Fix Brave support
58
- Adds error messages when passwords don't match in onboarding flow.
69
- Adds modal notification if a retry in the process of being confirmed is dropped.
710
- New unlock screen design.

app/manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "__MSG_appName__",
33
"short_name": "__MSG_appName__",
4-
"version": "4.6.1",
4+
"version": "4.7.0",
55
"manifest_version": 2,
66
"author": "https://metamask.io",
77
"description": "__MSG_appDescription__",
@@ -68,6 +68,8 @@
6868
"matches": [
6969
"https://metamask.io/*"
7070
],
71-
"ids": ["*"]
71+
"ids": [
72+
"*"
73+
]
7274
}
7375
}

0 commit comments

Comments
 (0)