diff --git a/Gauge/Gauge.cs b/Gauge/Gauge.cs index 718cc88..9dba899 100644 --- a/Gauge/Gauge.cs +++ b/Gauge/Gauge.cs @@ -7,7 +7,7 @@ namespace Gauge { - [BepInPlugin("net.insprill.dv-gauge", "Gauge", "1.2.0")] + [BepInPlugin("net.insprill.dv-gauge", "Gauge", "1.2.1")] public class Gauge : BaseUnityPlugin { public static Gauge Instance { get; private set; }