Skip to content

Commit

Permalink
1.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kinsi55 committed Dec 13, 2023
1 parent 0b989ea commit 9858ac5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions GottaGoFast.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
<Reference Include="BeatmapCore">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BeatmapCore.dll</HintPath>
</Reference>
<Reference Include="BGLib.AppFlow" Publicize="true">
<Private>False</Private>
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BGLib.AppFlow.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="BSML">
<HintPath>$(BeatSaberDir)\Plugins\BSML.dll</HintPath>
</Reference>
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"id": "GottaGoFast",
"name": "Gotta Go Fast",
"author": "Kinsi55",
"version": "0.2.1",
"version": "0.2.2",
"description": "Significantly decreases the time it takes to (re)start songs",
"gameVersion": "1.25.0",
"gameVersion": "1.34.2",
"dependsOn": {
"BSIPA": "^4.0.5"
},
Expand Down

0 comments on commit 9858ac5

Please sign in to comment.