diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index be8a4eb4..f3667dcb 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -43,11 +43,11 @@ using TShockAPI.Net; namespace TShockAPI { - [APIVersion(1, 8)] + [APIVersion(1, 9)] public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "Try the new slim model."; + public static readonly string VersionCodename = "1.1"; public static string SavePath = "tshock"; diff --git a/TerrariaServerBins/TerrariaServer.exe b/TerrariaServerBins/TerrariaServer.exe index 7b8532ec..09a65a76 100644 Binary files a/TerrariaServerBins/TerrariaServer.exe and b/TerrariaServerBins/TerrariaServer.exe differ