Skip to content

Commit

Permalink
Update version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamd3v committed Aug 5, 2024
1 parent 5f4c053 commit f83b7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit f83b7fa

Please sign in to comment.