Tick API version to 1.9

This commit is contained in:
Deathmax 2011-12-02 12:04:09 +08:00
parent 4b06a8e767
commit ac75b16889
2 changed files with 2 additions and 2 deletions

View file

@ -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";