From 495f6731df21a454de4f40f90d4d5c70827423c2 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 7 Jul 2015 00:17:50 -0600 Subject: [PATCH] Version tick: 4.3.1 --- TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index da0da18c..297c0ca0 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.0")] -[assembly: AssemblyFileVersion("4.3.0")] +[assembly: AssemblyVersion("4.3.1")] +[assembly: AssemblyFileVersion("4.3.1")]