Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed Jul 28, 2023
1 parent 1989e33 commit 40d2b3f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.1")]
[assembly: AssemblyFileVersion("1.4.1")]
[assembly: AssemblyVersion("1.4.2")]
[assembly: AssemblyFileVersion("1.4.2")]
4 changes: 2 additions & 2 deletions Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/

using BeatSaberMarkupLanguage.Attributes;
using BeatSaberMarkupLanguage.Util;
using System.Collections.Generic;
using UnityEngine;
using System.Linq;


Expand Down Expand Up @@ -72,7 +72,7 @@ public void OnApply() {
PluginConfig.Instance.Changed();
}

Settings() {
public Settings() {
listChoice = modeOptions[(int)PluginConfig.Instance.mode] as string;
sideChoice = sideOptions[(int)PluginConfig.Instance.side] as string;
secondaryListChoice = secondaryModeOptions[(int)PluginConfig.Instance.secondaryMode] as string;
Expand Down
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"id": "PerformanceMeter",
"name": "PerformanceMeter",
"author": "JackMacWindows",
"version": "1.4.1",
"version": "1.4.2",
"description": "Shows a graph of your energy bar, percentage level, or cut value throughout a map on the end screen.",
"gameVersion": "1.21.0",
"gameVersion": "1.31.0",
"dependsOn": {
"BSIPA": "^4.2.2",
"BS Utils": "^1.12.0",
"BeatSaberMarkupLanguage": "^1.6.3"
"BSIPA": "^4.3.0",
"BS Utils": "^1.12.4",
"BeatSaberMarkupLanguage": "^1.7.6"
},
"features": [],
"links": {
Expand Down

0 comments on commit 40d2b3f

Please sign in to comment.