From 594a3b2865527e37fd61767d3d1b075a4a486c6c Mon Sep 17 00:00:00 2001 From: Eris Date: Wed, 21 Jul 2021 00:51:09 +0200 Subject: [PATCH] Restructured manifest Bumped dependency versions Added link to source Bumped game and mod versions --- SongChartVisualizer/manifest.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/SongChartVisualizer/manifest.json b/SongChartVisualizer/manifest.json index a72b211..071e3be 100644 --- a/SongChartVisualizer/manifest.json +++ b/SongChartVisualizer/manifest.json @@ -1,20 +1,23 @@ { "$schema": "https://raw.githubusercontent.com/beat-saber-modding-group/BSIPA-MetadataFileSchema/master/Schema.json", - "author": "Shoko84", - "description": "Displays an in-game chart with song difficulty information!", - "gameVersion": "1.16.1", "id": "SongChartVisualizer", "name": "SongChartVisualizer", - "version": "1.1.1", + "description": "Displays an in-game chart with song difficulty information!", + "author": "Eris", + "gameVersion": "1.16.3", + "version": "1.1.2", "dependsOn": { - "BSIPA": "^4.1.6", - "BeatSaberMarkupLanguage": "^1.5.3", - "SiraUtil": "^2.5.5" + "BSIPA": "^4.2.0", + "BeatSaberMarkupLanguage": "^1.5.4", + "SiraUtil": "^2.5.6" }, "loadBefore": [ "BeatSaberPlus" ], "conflictsWith": { "BeatSaberPlus": "*" + }, + "links": { + "project-source": "https://github.com/ErisApps/SongChartVisualizer/" } } \ No newline at end of file