Skip to content

Commit 6421c76

Browse files
committed
Version tick: 5.1.3
1 parent 3af5c33 commit 6421c76

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

TShockAPI/TShock.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class TShock : TerrariaPlugin
5959
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>
6060
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
6161
/// <summary>VersionCodename - The version codename is displayed when the server starts. Inspired by software codenames conventions.</summary>
62-
public static readonly string VersionCodename = "ζ Ori";
62+
public static readonly string VersionCodename = "Thank you, everyone, for your support of TShock all these years! <3";
6363

6464
/// <summary>SavePath - This is the path TShock saves its data in. This path is relative to the TerrariaServer.exe (not in ServerPlugins).</summary>
6565
public static string SavePath = "tshock";

TShockAPI/TShockAPI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Also, be sure to release on github with the exact assembly version tag as below
1919
so that the update manager works correctly (via the Github releases api and mimic)
2020
-->
21-
<Version>5.1.2</Version>
21+
<Version>5.1.3</Version>
2222
<AssemblyTitle>TShock for Terraria</AssemblyTitle>
2323
<Company>Pryaxis &amp; TShock Contributors</Company>
2424
<Product>TShockAPI</Product>

TerrariaServerAPI

docs/changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ Use past tense when adding new entries; sign your name off when you add or chang
8080
## Upcoming changes
8181
* Your changes could be here!
8282

83+
## TShock 5.1.3
84+
* Added support for Terraria 1.4.4.9 via OTAPI 3.1.20. (@SignatureBeef)
85+
8386
## TShock 5.1.2
8487
* Added support for Terraria 1.4.4.8.1 via OTAPI 3.1.19. (@SignatureBeef)
8588

0 commit comments

Comments
 (0)