diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index be5aae10..138251a1 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ using System.Runtime.InteropServices; // Build Number // MMdd of the build -[assembly: AssemblyVersion("3.4.5.0115")] -[assembly: AssemblyFileVersion("3.4.5.0115")] +[assembly: AssemblyVersion("3.4.5.0118")] +[assembly: AssemblyFileVersion("3.4.5.0118")] diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index e0a9fc39..cc0ffe5a 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -37,11 +37,11 @@ using TShockAPI.Net; namespace TShockAPI { - [APIVersion(1, 10)] + [APIVersion(1, 11)] public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "This code is a mess"; + public static readonly string VersionCodename = "1.1.2 was sudden"; public static string SavePath = "tshock"; diff --git a/TerrariaServerBins/TerrariaServer.exe b/TerrariaServerBins/TerrariaServer.exe index 30a96d87..853df1b2 100644 Binary files a/TerrariaServerBins/TerrariaServer.exe and b/TerrariaServerBins/TerrariaServer.exe differ