Skip to content

Commit

Permalink
Set the maximum version to 68.* (and, indeed, newer versions are not …
Browse files Browse the repository at this point in the history
…supported at this point.)
  • Loading branch information
Eyal Rozenberg committed Sep 5, 2020
1 parent f1a9005 commit 817a863
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"applications": {
"gecko": {
#expand "id": "__UUID__",
"strict_min_version": "65.0a1"
"strict_min_version": "65.0a1",
"strict_max_version": "68.*"
}
},
"author": "The BiDi UI team",
Expand Down

0 comments on commit 817a863

Please sign in to comment.