From c850e36c50fbdd2be488b3fdd8e395ab3e3629d7 Mon Sep 17 00:00:00 2001 From: Stephan Spengler Date: Fri, 4 Dec 2020 15:12:54 +0100 Subject: [PATCH] added min api version to plugin metadata --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 2f30b2b..eedcde9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -17,6 +17,7 @@ registerPlugin({ authors: ["Sadret"], type: "remote", licence: "GPL-3.0", + minApiVersion: 10, main: () => { // check if ui is available if (ui === undefined)