diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index c5772f58..8b3cf488 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.2.8.0902")] -[assembly: AssemblyFileVersion("3.2.8.0902")] +[assembly: AssemblyVersion("3.3.0.0903")] +[assembly: AssemblyFileVersion("3.3.0.0903")] diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index d586cbe7..1b06aaef 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -18,10 +18,11 @@ along with this program. If not, see . /* TShock wouldn't be possible without: * Github * Microsoft Visual Studio 2010 - * HostPenda + * Adrenic * And you, for your continued support and devotion to the evolution of TShock * Kerplunc Gaming * TerrariaGSP + * XNS Technology Group (Xenon Servers) */ using System; using System.Collections.Generic; @@ -48,7 +49,7 @@ namespace TShockAPI public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "Yes, we're adding Logblock style functionality soon, don't worry."; + public static readonly string VersionCodename = "And believe me, we are still alive."; public static string SavePath = "tshock";