Skip to content

Commit

Permalink
I'm dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
taz030485 committed Jul 24, 2018
1 parent 4a9152d commit 067cfb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
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.4";
public string Version => "3.2.5";
#endif

private bool _init = false;
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@ The following options are changed by editing Tweaks.cfg
- Score Position

# Changes
3.3 (In Progress)
- UPdated to use BeatSaberUI plugin to show config UI

3.3 *In Progress*
- Updated to use BeatSaberUI plugin to show config UI

3.2.5
- Fixed settings UI not showing

3.2.4
- Fixed clock briefly showing Release Notes
- Fixed stuttering when not changing song speed (again)

3.2.3
- Fixed controller issue for Oculus for activating FCs
- Tweaked clock code to only updated once per minute
Expand Down

0 comments on commit 067cfb9

Please sign in to comment.