Skip to content

Commit

Permalink
fix(firefox): 🔧 Min FF Version (#1290)
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com>
  • Loading branch information
whizzzkid authored Sep 21, 2023
1 parent 1bc3223 commit 09492a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion add-on/manifest.firefox-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"browser_specific_settings": {
"gecko": {
"id": "ipfs-companion-dev-build@ci.ipfs.team",
"strict_min_version": "111.0.0"
"strict_min_version": "111.0"
}
}
}
2 changes: 1 addition & 1 deletion add-on/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"browser_specific_settings": {
"gecko": {
"id": "ipfs-firefox-addon@lidel.org",
"strict_min_version": "111.0.0"
"strict_min_version": "111.0"
}
},
"permissions": [
Expand Down

0 comments on commit 09492a4

Please sign in to comment.