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"]