Verison tick: 4.5.14
This commit is contained in:
parent
5b9eef92eb
commit
c21a80814f
2 changed files with 5 additions and 2 deletions
|
|
@ -13,6 +13,9 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
|||
* If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change.
|
||||
|
||||
## Upcoming changes
|
||||
* World peace
|
||||
|
||||
## TShock 4.5.14
|
||||
* Improved the `/grow` command to reduce code duplication, use `TileID` constants for less ambiguous types. (@drunderscore)
|
||||
* Fixed item dupe via /logout & NPC. (@Terrarxxn)
|
||||
* Added preliminary support for Terraria 1.4.3.4 (@SignatureBeef, @Patrikkk, @hakusaro)
|
||||
|
|
|
|||
|
|
@ -53,5 +53,5 @@ using System.Runtime.InteropServices;
|
|||
// 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)
|
||||
|
||||
[assembly: AssemblyVersion("4.5.13")]
|
||||
[assembly: AssemblyFileVersion("4.5.13")]
|
||||
[assembly: AssemblyVersion("4.5.14")]
|
||||
[assembly: AssemblyFileVersion("4.5.14")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue