From 54124161667a9180d54ee487ed82a7e7231cb36a Mon Sep 17 00:00:00 2001 From: DJj123dj <80536295+DJj123dj@users.noreply.github.com> Date: Sun, 15 Feb 2026 13:19:48 +0100 Subject: [PATCH] Updated plugin.json format (backwards compatible) --- plugins/example-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/example-plugin/plugin.json b/plugins/example-plugin/plugin.json index f09ed6a..2933a4c 100644 --- a/plugins/example-plugin/plugin.json +++ b/plugins/example-plugin/plugin.json @@ -3,7 +3,7 @@ "id":"example-plugin", "version":"1.0.0", "startFile":"index.ts", - "supportedVersions":["OTv4.0.x","OTv4.1.x"], + "supportedVersions":["OTv4.0.x","OTv4.1.x","OTv4.2.x"], "enabled":false, "priority":0,