From 07a555eab9f53c6305ccc0ea7415533e15f8314e Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 10 Apr 2021 20:30:40 -0700 Subject: [PATCH] Update to TShock 4.5.0 --- 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 bf337820..11981016 100644 --- 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.4.0")] -[assembly: AssemblyFileVersion("4.4.0")] +[assembly: AssemblyVersion("4.5.0")] +[assembly: AssemblyFileVersion("4.5.0")]