Update submodule and version numbers

This commit is contained in:
Enerdy 2016-05-25 17:42:04 +01:00
parent 1a11beded7
commit d1168003e7
3 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Nyx Studios & TShock Contributors")] [assembly: AssemblyCompany("Nyx Studios & TShock Contributors")]
[assembly: AssemblyProduct("TShockAPI")] [assembly: AssemblyProduct("TShockAPI")]
[assembly: AssemblyCopyright("Copyright © Nyx Studios 2011-2015")] [assembly: AssemblyCopyright("Copyright © Nyx Studios 2011-2016")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -53,5 +53,5 @@ using System.Runtime.InteropServices;
// Also, be sure to release on github with the exact assembly version tag as below // Also, be sure to release on github with the exact assembly version tag as below
// so that the update manager works correctly (via the Github releases api and mimic) // so that the update manager works correctly (via the Github releases api and mimic)
[assembly: AssemblyVersion("4.3.13")] [assembly: AssemblyVersion("4.3.14")]
[assembly: AssemblyFileVersion("4.3.13")] [assembly: AssemblyFileVersion("4.3.14")]

View file

@ -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. /// 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. /// TShock also complies with the API versioning system, and defines its required API version here.
/// </summary> /// </summary>
[ApiVersion(1, 22)] [ApiVersion(1, 23)]
public class TShock : TerrariaPlugin public class TShock : TerrariaPlugin
{ {
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary> /// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>

@ -1 +1 @@
Subproject commit b1d62b6cbd60b6d83400680eda632d465411e9a9 Subproject commit 038bb3ca31da35cb3cd044283f5709e9f95ca311