Skip to content

Commit

Permalink
Restructured manifest
Browse files Browse the repository at this point in the history
Bumped dependency versions
Added link to source
Bumped game and mod versions
  • Loading branch information
ErisApps committed Jul 20, 2021
1 parent cd7508d commit 594a3b2
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions SongChartVisualizer/manifest.json
Original file line number Diff line number Diff line change
@@ -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/"
}
}

0 comments on commit 594a3b2

Please sign in to comment.