From 97f0bd5aac7d51285b783d7f91a97ecd4c28aa7e Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 23 Jul 2015 10:49:49 -0600 Subject: [PATCH] Tick to 4.20 --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index c0a8fbe2..9b56a7c9 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -45,7 +45,7 @@ namespace TShockAPI /// This is the TShock main class. TShock is a plugin on the TerrariaServerAPI, so it extends the base TerrariaPlugin. /// TShock also complies with the API versioning system, and defines its required API version here. /// - [ApiVersion(1, 19)] + [ApiVersion(1, 20)] public class TShock : TerrariaPlugin { /// VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.