Browse Source

[LoopPortal] [2.0.2.1] Version Shift

Zariteis 4 years ago
parent
commit
61a88fd492
1 changed files with 1 additions and 1 deletions
  1. 1 1
      LoopPortal/LoopPortal.cs

+ 1 - 1
LoopPortal/LoopPortal.cs

@@ -7,7 +7,7 @@ namespace LoopPortal
   [Gadget("LoopPortal")]
   [Gadget("LoopPortal")]
   public class LoopPortal : Gadget<LoopPortal>
   public class LoopPortal : Gadget<LoopPortal>
   {
   {
-    public const string MOD_VERSION = "1.1"; // Set this to the version of your mod.
+    public const string MOD_VERSION = "1.2"; // Set this to the version of your mod.
     public const string CONFIG_VERSION = "1.0"; // Increment this whenever you change your mod's config file.
     public const string CONFIG_VERSION = "1.0"; // Increment this whenever you change your mod's config file.
 
 
     public override IGadgetConfigMenu GetConfigMenu() { return null; }
     public override IGadgetConfigMenu GetConfigMenu() { return null; }