Version tick + Changelog update

This commit is contained in:
White 2016-05-31 12:19:37 +09:30
parent c4a0cdb6da
commit 91c4eb8a72
2 changed files with 7 additions and 2 deletions

View file

@ -6,6 +6,11 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
## TShock 4.3.15
* This release is actually 4.3.14, but was ticked extra due to a version issue on gen-dev prior to master push.
* Update to 1.3.1
## TShock 4.3.13
* Fixed an issue preventing TShock from starting on certain mono versions (@Wolfje)

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.14")]
[assembly: AssemblyFileVersion("4.3.14")]
[assembly: AssemblyVersion("4.3.15")]
[assembly: AssemblyFileVersion("4.3.15")]