Skip to content

Commit ed198e8

Browse files
committed
Upgrade from Chromium 70.0.3538.4 to 70.0.3538.12
Fix #952
1 parent b915275 commit ed198e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brave",
3-
"version": "0.55.1",
3+
"version": "0.55.2",
44
"description": "Next generation Brave browser for macOS, Windows, Linux, and eventually Android",
55
"scripts": {
66
"cibuild": "node ./scripts/commands.js cibuild",
@@ -22,7 +22,7 @@
2222
"projects": {
2323
"chrome": {
2424
"dir": "src",
25-
"tag": "70.0.3528.4",
25+
"tag": "70.0.3538.12",
2626
"repository": {
2727
"url": "https://chromium.googlesource.com/chromium/src.git"
2828
},
@@ -38,7 +38,7 @@
3838
},
3939
"brave-core": {
4040
"dir": "src/brave",
41-
"branch": "master",
41+
"branch": "70.0.3538.6",
4242
"repository": {
4343
"url": "https://github.com/brave/brave-core.git"
4444
}

0 commit comments

Comments
 (0)