Updated api to 1.6 (for incoming networking improvements)
This commit is contained in:
parent
f95fdf5085
commit
5cb8e019bf
5 changed files with 3 additions and 3 deletions
|
|
@ -36,5 +36,5 @@ using System.Runtime.InteropServices;
|
|||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
|
||||
|
||||
[assembly: AssemblyVersion("3.1.4.0726")]
|
||||
[assembly: AssemblyFileVersion("3.1.4.0726")]
|
||||
[assembly: AssemblyVersion("3.1.4.0801")]
|
||||
[assembly: AssemblyFileVersion("3.1.4.0801")]
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ using TShockAPI.DB;
|
|||
|
||||
namespace TShockAPI
|
||||
{
|
||||
[APIVersion(1, 5)]
|
||||
[APIVersion(1, 6)]
|
||||
public class TShock : TerrariaPlugin
|
||||
{
|
||||
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue