Skip to content

Commit 09492a4

Browse files
authored
fix(firefox): 🔧 Min FF Version (#1290)
Signed-off-by: Nishant Arora <[email protected]>
1 parent 1bc3223 commit 09492a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

add-on/manifest.firefox-beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"browser_specific_settings": {
33
"gecko": {
44
5-
"strict_min_version": "111.0.0"
5+
"strict_min_version": "111.0"
66
}
77
}
88
}

add-on/manifest.firefox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"browser_specific_settings": {
1212
"gecko": {
1313
14-
"strict_min_version": "111.0.0"
14+
"strict_min_version": "111.0"
1515
}
1616
},
1717
"permissions": [

0 commit comments

Comments
 (0)