Version tick and Changelog update
This commit is contained in:
parent
39d0317d46
commit
be4164281a
2 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,10 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
|||
|
||||
## Upcoming Changes
|
||||
|
||||
## TShock 4.3.16
|
||||
|
||||
* Terraria 1.3.1 wiring bugfixes
|
||||
* Terraria 1.3.1.1 compatibility
|
||||
|
||||
## TShock 4.3.15
|
||||
|
||||
|
|
|
|||
|
|
@ -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.3.15")]
|
||||
[assembly: AssemblyFileVersion("4.3.15")]
|
||||
[assembly: AssemblyVersion("4.3.16")]
|
||||
[assembly: AssemblyFileVersion("4.3.16")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue