Update to 1.1.2
This commit is contained in:
parent
38011f6364
commit
44408a25d6
3 changed files with 4 additions and 4 deletions
|
|
@ -48,5 +48,5 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// MMdd of the build
|
||||
|
||||
[assembly: AssemblyVersion("3.4.5.0115")]
|
||||
[assembly: AssemblyFileVersion("3.4.5.0115")]
|
||||
[assembly: AssemblyVersion("3.4.5.0118")]
|
||||
[assembly: AssemblyFileVersion("3.4.5.0118")]
|
||||
|
|
|
|||
|
|
@ -37,11 +37,11 @@ using TShockAPI.Net;
|
|||
|
||||
namespace TShockAPI
|
||||
{
|
||||
[APIVersion(1, 10)]
|
||||
[APIVersion(1, 11)]
|
||||
public class TShock : TerrariaPlugin
|
||||
{
|
||||
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
|
||||
public static readonly string VersionCodename = "This code is a mess";
|
||||
public static readonly string VersionCodename = "1.1.2 was sudden";
|
||||
|
||||
public static string SavePath = "tshock";
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue