Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicAglialoro committed May 16, 2022
1 parent 386e254 commit e396c6d
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.0.9")]
[BepInPlugin("SRXD.ScoreMod", "ScoreMod", "1.2.1.0")]
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 e396c6d

Please sign in to comment.