Skip to content

Commit

Permalink
fix: fix Firefox version number
Browse files Browse the repository at this point in the history
  • Loading branch information
emccorson committed Nov 29, 2023
1 parent 134c686 commit eb092f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/manifest/v2/firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"browser_specific_settings": {
"gecko": {
"strict_min_version": "115"
"strict_min_version": "115.0"
}
}
}

0 comments on commit eb092f8

Please sign in to comment.