From d34c72075d0bb7b9c500b8d4392d805e17285c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96=2E=20Efe=20D=2E?= <67526259+skyline69@users.noreply.github.com> Date: Sun, 9 Mar 2025 18:18:44 +0100 Subject: [PATCH] Add version to trance & update schema --- mods/MathIsFun0@Trance/meta.json | 3 ++- schema/meta.schema.json | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mods/MathIsFun0@Trance/meta.json b/mods/MathIsFun0@Trance/meta.json index f58f6e6b..11af0d3f 100644 --- a/mods/MathIsFun0@Trance/meta.json +++ b/mods/MathIsFun0@Trance/meta.json @@ -6,5 +6,6 @@ "author": "MathIsFun0", "repo":"https://github.com/MathIsFun0/Trance", "downloadURL": "https://github.com/MathIsFun0/Trance/archive/refs/heads/main.zip", - "folderName": "Trance" + "folderName": "Trance", + "version": "1.0.0" } diff --git a/schema/meta.schema.json b/schema/meta.schema.json index 6586bae4..c5e95684 100644 --- a/schema/meta.schema.json +++ b/schema/meta.schema.json @@ -35,6 +35,10 @@ "folderName": { "type": "string", "pattern": "^[^<>:\"/\\|?*]+$" + }, + "version": { + "type": "string", + "pattern": "^[^<>:\"/\\|?*]+$" } }, "required": ["title", "requires-steamodded", "categories", "author", "repo", "downloadURL"]