Skip to content

Commit

Permalink
Add compatibility for v11
Browse files Browse the repository at this point in the history
  • Loading branch information
DFreds committed May 26, 2023
1 parent 7a1f82c commit af9541c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"flags": {},
"version": "1.0.0",
"compatibility": {
"minimum": 10,
"verified": "10.291",
"maximum": 10
"minimum": 11,
"verified": "11.299",
"maximum": 11
},
"scripts": [],
"esmodules": ["./scripts/main.js"],
Expand Down

0 comments on commit af9541c

Please sign in to comment.