From be4164281a51d23525946b3a88968debfe4943ae Mon Sep 17 00:00:00 2001 From: White Date: Wed, 1 Jun 2016 11:43:17 +0930 Subject: [PATCH] Version tick and Changelog update --- CHANGELOG.md | 3 +++ TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75676382..5c4ffc56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index ba988b93..df5edfdd 100755 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -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")]