Skip to content

Commit

Permalink
Release v1.18.0
Browse files Browse the repository at this point in the history
Adds:
- `beatmap.color` representing the colors used by the environment. See [protocol.md] for more information.

Fixes:
- Playing multiplayer causes future maps played in singleplayer to not fire events correctly. (#74)
- Tutorial should no longer cause exceptions to be logged. (#74)
- levelFailed callback not unregistered correctly from the gameplay manager.
  • Loading branch information
opl- committed Sep 24, 2021
1 parent f093556 commit 5ced39a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BeatSaberHTTPStatus/BeatSaberHTTPStatusPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<Version>1.17.0</Version>
<BeatSaberVersion>1.17.0</BeatSaberVersion>
<Version>1.18.0</Version>
<BeatSaberVersion>1.18.0</BeatSaberVersion>
<GameDirPath>..\libs\beatsaber\</GameDirPath>
<SemVerVersion>$(Version)</SemVerVersion>
<CopyToPlugins Condition=" '$(CopyToPlugins)' == '' ">true</CopyToPlugins>
Expand Down

0 comments on commit 5ced39a

Please sign in to comment.