From f83b7fa59e3e386eb215cc502848108de84982f5 Mon Sep 17 00:00:00 2001 From: adamdev Date: Sun, 4 Aug 2024 21:00:55 -0400 Subject: [PATCH] Update version number for release --- src/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cs b/src/Main.cs index 9828e19..6a2f6e4 100644 --- a/src/Main.cs +++ b/src/Main.cs @@ -17,7 +17,7 @@ public static class BuildInfo public const string Name = "MagPerception"; // Name of the Mod. (MUST BE SET) public const string Author = null; // Author of the Mod. (Set as null if none) public const string Company = null; // Company that made the Mod. (Set as null if none) - public const string Version = "1.1.0"; // Version of the Mod. (MUST BE SET) + public const string Version = "1.2.2"; // Version of the Mod. (MUST BE SET) public const string DownloadLink = null; // Download Link for the Mod. (Set as null if none) }