From 308fdecdabc35ab4d6ea4cf1e1f497b9914063e4 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sat, 17 Aug 2019 19:34:58 -0500 Subject: [PATCH] Fixed ModList BSIPA requirement --- BSIPA-ModList/manifest.json | 48 ++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/BSIPA-ModList/manifest.json b/BSIPA-ModList/manifest.json index 69ca01a1..a8894afa 100644 --- a/BSIPA-ModList/manifest.json +++ b/BSIPA-ModList/manifest.json @@ -1,26 +1,26 @@ { - "$schema": "https://raw.githubusercontent.com/nike4613/ModSaber-MetadataFileSchema/master/Schema.json", - "author": "DaNike", - "description": [ - "#![BSIPA_ModList.README.md]", - "Mod List", - "========", - "", - "## An in-game interface client for BSIPA." - ], - "gameVersion": "1.2.0", - "id": "BSIPA Mod List", - "name": "BSIPA Mod List", - "version": "1.3.1", - "icon": "BSIPA_ModList.Icons.self.png", - "dependsOn": { - "BSIPA": "^3.13.0", - "CustomUI": "^1.5.4" - }, - "features": [], - "links": { - "project-home": "https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/tree/master/BSIPA-ModList", - "project-source": "https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded", - "donate": "https://ko-fi.com/danike" - } + "$schema": "https://raw.githubusercontent.com/beat-saber-modding-group/BSIPA-MetadataFileSchema/master/Schema.json", + "author": "DaNike", + "description": [ + "#![BSIPA_ModList.README.md]", + "Mod List", + "========", + "", + "## An in-game interface client for BSIPA." + ], + "gameVersion": "1.2.0", + "id": "BSIPA Mod List", + "name": "BSIPA Mod List", + "version": "1.3.1", + "icon": "BSIPA_ModList.Icons.self.png", + "dependsOn": { + "BSIPA": ">=3.13.0 <3.14.0", + "CustomUI": "^1.5.4" + }, + "features": [], + "links": { + "project-home": "https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/tree/master/BSIPA-ModList", + "project-source": "https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded", + "donate": "https://ko-fi.com/danike" + } } \ No newline at end of file