From a8dc1501b8f5962a7e0c8facc73e69f05e40b2cf Mon Sep 17 00:00:00 2001 From: high Date: Mon, 20 Jun 2011 17:11:26 -0400 Subject: [PATCH] forgot api version --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index fa4ca6f7..ecf95112 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -30,7 +30,7 @@ using TerrariaAPI.Hooks; namespace TShockAPI { - [APIVersion(1, 4)] + [APIVersion(1, 5)] public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;