Skip to content

Commit

Permalink
added min api version to plugin metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadret committed Dec 4, 2020
1 parent 8f9db6d commit c850e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ registerPlugin({
authors: ["Sadret"],
type: "remote",
licence: "GPL-3.0",
minApiVersion: 10,
main: () => {
// check if ui is available
if (ui === undefined)
Expand Down

0 comments on commit c850e36

Please sign in to comment.