From 625fac180e8cc1cc61145c1ee14e08190cfe279b Mon Sep 17 00:00:00 2001 From: mircearoata Date: Thu, 3 Oct 2024 13:58:09 +0200 Subject: [PATCH] feat: replace Plugins with GameVersion as required --- static/uplugin-json-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/uplugin-json-schema.json b/static/uplugin-json-schema.json index 0eb2f66..66f3345 100755 --- a/static/uplugin-json-schema.json +++ b/static/uplugin-json-schema.json @@ -4,7 +4,7 @@ "required": [ "FileVersion", "Version", - "Plugins" + "GameVersion" ], "properties": { "CanContainContent": {