Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
taz030485 committed Jul 27, 2018
1 parent 50e7e26 commit 84d5de8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions BeatSaberTweaks/BeatSaberTweaks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Tweaks\OneColour.cs" />
<Compile Include="Tweaks\SongSpeed.cs" />
<Compile Include="Tweaks\SongDataModifer.cs" />
<Compile Include="Tweaks\MenuBGVolume.cs" />
<Compile Include="Tweaks\ScoreMover.cs" />
Expand All @@ -106,7 +105,6 @@
<Compile Include="Utilites\SettingsUI.cs" />
<Compile Include="ViewControllers\CameraPlusThirdPersonSettingsController.cs" />
<Compile Include="ViewControllers\HiddenNotesSettingsController.cs" />
<Compile Include="ViewControllers\SongSpeedSettingsController.cs" />
<Compile Include="Tweaks\InGameClock.cs" />
<Compile Include="Tweaks\MoveEnergyBar.cs" />
<Compile Include="Tweaks\NoteHitVolume.cs" />
Expand Down
2 changes: 1 addition & 1 deletion BeatSaberTweaks/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Plugin : IPlugin
#if NewUI
public string Version => "3.3";
#else
public string Version => "3.2.5";
public string Version => "3.2.6";
#endif

private bool _init = false;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following options are changed by editing Tweaks.cfg
3.3 *In Progress*
- Updated to use BeatSaberUI plugin to show config UI

3.2.5
3.2.6
- Removed speed change option (Use updated Practice Plugin)

3.2.5
Expand Down

0 comments on commit 84d5de8

Please sign in to comment.