Update to API 2.1

This commit is contained in:
Lucas Nicodemus 2017-04-20 00:06:27 -06:00
parent 5165f939bd
commit 72677506d6
No known key found for this signature in database
GPG key ID: CEE668CCE1BF2C7C
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,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.
/// </summary>
[ApiVersion(2, 0)]
[ApiVersion(2, 1)]
public class TShock : TerrariaPlugin
{
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>

@ -1 +1 @@
Subproject commit 5b6449c0ca98d51ca50eb4f29002c40e688c1ff7
Subproject commit 3a65dff3198854b68d450df02beb07febaf40d66