1 parent d74a1c7 commit e855e11Copy full SHA for e855e11
1 file changed
src/Plugin.cs
@@ -13,7 +13,7 @@ public class Constants
13
public class Plugin : IPuckMod
14
{
15
public static string MOD_NAME = "Powerups";
16
- public static string MOD_VERSION = "0.2.0";
+ public static string MOD_VERSION = "0.3.0";
17
public static string MOD_GUID = "wenright.powerups";
18
19
static readonly Harmony harmony = new Harmony(MOD_GUID);
0 commit comments