From 91c4eb8a728be9db84037bd1ed7d1b9e4193b665 Mon Sep 17 00:00:00 2001 From: White Date: Tue, 31 May 2016 12:19:37 +0930 Subject: [PATCH] Version tick + Changelog update --- CHANGELOG.md | 5 +++++ TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3f0a54..75676382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index de806e0f..ba988b93 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.14")] -[assembly: AssemblyFileVersion("4.3.14")] +[assembly: AssemblyVersion("4.3.15")] +[assembly: AssemblyFileVersion("4.3.15")]