Skip to content

Commit

Permalink
Update to API version 1.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrioCelos committed Aug 10, 2015
1 parent a44f72f commit 461cec7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions RegionVision/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.4.0")]
[assembly: AssemblyFileVersion("1.2.4.0")]
[assembly: AssemblyVersion("1.2.5.0")]
[assembly: AssemblyFileVersion("1.2.5.0")]
4 changes: 2 additions & 2 deletions RegionVision/RegionVision.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
using TShockAPI.Hooks;

namespace RegionVision {
[ApiVersion(1, 20)]
[ApiVersion(1, 21)]
public class RegionVisionPlugin : TerrariaPlugin {
/// <summary>The list of players being tracked by this plugin.</summary>
public List<Player> players { get; }

public override Version Version => new Version(1, 2, 4, 0);
public override Version Version => new Version(1, 2, 5, 0);
public override string Name => "Region Vision";
public override string Author => "Andrio Celos";
public override string Description => "See your regions.";
Expand Down
2 changes: 1 addition & 1 deletion RegionVision/RegionVision.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\refs\TerrariaServer.exe</HintPath>
</Reference>
<Reference Include="TShockAPI, Version=4.3.7.0, Culture=neutral, processorArchitecture=x86">
<Reference Include="TShockAPI, Version=4.3.8.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\refs\TShockAPI.dll</HintPath>
</Reference>
Expand Down
Binary file modified bins/RegionVision.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 1.2.426 July 2015
Version 1.2.511 August 2015
----------------------------

* Updated for API version 1.20 and _Terraria_ 1.3.0.7.
* Updated for API version 1.21 and _Terraria_ 1.3.0.7.

Version 1.2.3 – 17 July 2015
----------------------------
Expand Down
Binary file modified refs/TShockAPI.dll
Binary file not shown.
Binary file modified refs/TerrariaServer.exe
Binary file not shown.

0 comments on commit 461cec7

Please sign in to comment.