Skip to content

Commit

Permalink
v14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Sep 29, 2024
1 parent 56ad05d commit e351f07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@types/node": "^22.7.4",
"addons-linter": "^7.1.0",
"c8": "^10.1.2",
"chai": "^5.1.1",
Expand Down Expand Up @@ -64,5 +65,5 @@
"test_all": "npm-run-all -s test-*",
"tsc": "node index clean --dir=types -i && npx tsc"
},
"version": "14.0.0"
"version": "14.0.1"
}
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "129.0"
"strict_min_version": "128.0"
}
},
"commands": {
Expand Down Expand Up @@ -95,5 +95,5 @@
"tabs"
],
"short_name": "__MSG_extensionShortName__",
"version": "14.0.0"
"version": "14.0.1"
}

0 comments on commit e351f07

Please sign in to comment.