Tick version and clean up some white space.

This commit is contained in:
Zack Piispanen 2015-03-25 21:17:43 -04:00
parent 015cf61b77
commit 7ad1889a13
2 changed files with 24 additions and 23 deletions

View file

@ -53,5 +53,5 @@ using System.Runtime.InteropServices;
// Also, be sure to release on github with the exact assembly version tag as below // 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) // so that the update manager works correctly (via the Github releases api and mimic)
[assembly: AssemblyVersion("4.2.9")] [assembly: AssemblyVersion("4.2.10")]
[assembly: AssemblyFileVersion("4.2.9")] [assembly: AssemblyFileVersion("4.2.10")]

View file

@ -35,6 +35,7 @@ using Rests;
using Terraria; using Terraria;
using TerrariaApi.Server; using TerrariaApi.Server;
using TShockAPI.DB; using TShockAPI.DB;
using TShockAPI.Hooks;
using TShockAPI.Net; using TShockAPI.Net;
using TShockAPI.ServerSideCharacters; using TShockAPI.ServerSideCharacters;