From 93cc71a7532977ffc34757c7bc95e4a9ae6ece76 Mon Sep 17 00:00:00 2001 From: White Date: Tue, 4 Oct 2016 21:04:08 +1030 Subject: [PATCH] Fixed a typo in the changelog and ticked assembly version --- CHANGELOG.md | 2 +- TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f22a8ba3..3c4e4301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin ## Upcoming Changes -## TShock 4.3.18 +## TShock 4.3.19 * Compatibility with Terraria 1.3.3.3 (@Simon311) * API: Version tick 1.25 * API: Resolved some issues with the ItemForceIntoChest hook (@WhiteXZ, @Patrikkk) diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index ee27f47f..2dbae8e6 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.18")] -[assembly: AssemblyFileVersion("4.3.18")] +[assembly: AssemblyVersion("4.3.19")] +[assembly: AssemblyFileVersion("4.3.19")]