Skip to content

Commit

Permalink
Reference update for TShock 4.3.19 and Terraria 1.3.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrioCelos committed Oct 4, 2016
1 parent 452d341 commit e1a1bbc
Show file tree
Hide file tree
Showing 6 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.7.0")]
[assembly: AssemblyFileVersion("1.2.7.0")]
[assembly: AssemblyVersion("1.2.7.1")]
[assembly: AssemblyFileVersion("1.2.7.1")]
4 changes: 2 additions & 2 deletions RegionVision/RegionVision.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
using TShockAPI.Hooks;

namespace RegionVision {
[ApiVersion(1, 23)]
[ApiVersion(1, 25)]
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, 7, 0);
public override Version Version => new Version(1, 2, 7, 1);
public override string Name => "Region Vision";
public override string Author => "Andrio Celos";
public override string Description => "See your regions.";
Expand Down
Binary file modified bins/RegionVision.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 1.2.7 – 1 June 2016
----------------------------
Version 1.2.7.14 October 2016
--------------------------------

* Updated for API version 1.23 and _Terraria_ 1.3.1.1.
* Updated for API version 1.25 and _Terraria_ 1.3.3.3.

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 e1a1bbc

Please sign in to comment.