Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicAglialoro committed May 17, 2022
1 parent 19ef753 commit ee4ab1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace SRXDScoreMod;

[BepInDependency("com.pink.spinrhythm.moddingutils", "1.0.6")]
[BepInPlugin("SRXD.ScoreMod", "ScoreMod", "1.2.1.1")]
[BepInPlugin("SRXD.ScoreMod", "ScoreMod", "1.2.1.2")]
internal class Plugin : BaseUnityPlugin {
public static Plugin Instance { get; private set; }
public new static ManualLogSource Logger { get; private set; }
Expand Down

0 comments on commit ee4ab1e

Please sign in to comment.