Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicAglialoro committed Jan 21, 2022
1 parent 7bd3aa1 commit 0f8cb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using UnityEngine;

namespace SRXDTimingBar {
[BepInPlugin("SRXD.TimingBar", "TimingBar", "1.1.0.1")]
[BepInPlugin("SRXD.TimingBar", "TimingBar", "1.1.0.2")]
[BepInDependency("SRXD.ScoreMod", BepInDependency.DependencyFlags.SoftDependency)]
public class Main : BaseUnityPlugin {
public static float Bounds => 0.11f;
Expand Down

0 comments on commit 0f8cb88

Please sign in to comment.