Skip to content

Commit 645b58b

Browse files
authored
Merge branch 'main' into dependabot
2 parents 17ca83d + ef15260 commit 645b58b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
},
3434
"browser_specific_settings": {
3535
"gecko": {
36-
"id": "mouiylus@gmail.com",
37-
"strict_min_version": "121.0.1"
36+
"id": "github-repo-size@gmail.com",
37+
"strict_min_version": "42.0"
3838
}
3939
}
4040
}

update-version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ async function updateManifestVersion() {
2323

2424
manifest.browser_specific_settings = {
2525
gecko: {
26-
id: 'mouiylus@gmail.com',
27-
strict_min_version: '121.0.1',
26+
id: 'github-repo-size@gmail.com',
27+
strict_min_version: '42.0',
2828
},
2929
};
3030
} else {

0 commit comments

Comments
 (0)