Skip to content

Commit

Permalink
Drop upper version limit
Browse files Browse the repository at this point in the history
With the Experiment API gone, we can drop strict_max_version, reducing
future maintenance efforts.

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka committed Aug 7, 2023
1 parent 2ffb639 commit 837929e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "102.4.0",
"strict_max_version": "102.*"
"strict_min_version": "102.4.0"
}
},
"name": "Copy Patch",
Expand Down

0 comments on commit 837929e

Please sign in to comment.