We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931a020 commit 3bbf160Copy full SHA for 3bbf160
1 file changed
src/AuthorableModifiers.cs
@@ -45,7 +45,7 @@ public static class BuildInfo
45
public const string Name = "AuthorableModifiers"; // Name of the Mod. (MUST BE SET)
46
public const string Author = "Continuum"; // Author of the Mod. (Set as null if none)
47
public const string Company = null; // Company that made the Mod. (Set as null if none)
48
- public const string Version = "1.2.3"; // Version of the Mod. (MUST BE SET)
+ public const string Version = "1.2.4"; // Version of the Mod. (MUST BE SET)
49
public const string DownloadLink = null; // Download Link for the Mod. (Set as null if none)
50
}
51
0 commit comments