Skip to content

Commit

Permalink
Release v1.12.0
Browse files Browse the repository at this point in the history
Changes:
- Support for Beat Saber v1.12.1-v1.13.0
- This mod no longer bundles websocket-sharp. Instead, it declares a dependency on websocket-sharp from BeatMods.

Adds:
- Support for multiplayer. Only local player's data is exposed. See protocol.md for details. (#55)
  • Loading branch information
opl- committed Dec 30, 2020
1 parent f7fabc8 commit dfff8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeatSaberHTTPStatus/BeatSaberHTTPStatusPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<Version>1.11.3</Version>
<Version>1.12.0</Version>
<BeatSaberVersion>1.12.1</BeatSaberVersion>
<GameDirPath>..\libs\beatsaber\</GameDirPath>
<SemVerVersion>$(Version)</SemVerVersion>
Expand Down

0 comments on commit dfff8d8

Please sign in to comment.