Updated version ready for release

This commit is contained in:
White 2017-03-13 12:18:11 +10:30
parent c4a3a9fb67
commit 0bb704a845
2 changed files with 5 additions and 2 deletions

View file

@ -3,6 +3,9 @@
This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large.
## Upcoming Changes
## TShock 4.3.23
* Added evil type option during world creation (@mistzzt)
* Bans can be sorted. TShock's default sorting will retrieve bans sorted from newest to oldest based on the date the ban was added (@WhiteXZ)
* Resolved issues with mob and item spawning. Thanks to @OnsenManju for your investigative work :) (@WhiteXZ)

View file

@ -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.22")]
[assembly: AssemblyFileVersion("4.3.22")]
[assembly: AssemblyVersion("4.3.23")]
[assembly: AssemblyFileVersion("4.3.23")]