diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index a6ae978b..cba14dec 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.0.0623")] -[assembly: AssemblyFileVersion("2.2.0.0623")] \ No newline at end of file +[assembly: AssemblyVersion("2.3.0.0623")] +[assembly: AssemblyFileVersion("2.3.0.0623")] \ No newline at end of file diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 0d58d4e6..f396fddb 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -34,7 +34,7 @@ namespace TShockAPI public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "Forgot to increase the version."; + public static readonly string VersionCodename = "Lol, packet changes."; public static readonly string SavePath = "tshock";