Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
Version update to 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ldilley authored Jan 19, 2020
1 parent 23d806a commit 5b88e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Terracord/Terracord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class Terracord:TerrariaPlugin
/// <summary>
/// Plugin version
/// </summary>
public override Version Version => new Version(1, 0, 0);
public override Version Version => new Version(1, 1, 0);

/// <summary>
/// Plugin author(s)
Expand All @@ -50,7 +50,7 @@ public class Terracord:TerrariaPlugin
public override string Description => "A Discord <-> Terraria bridge plugin for TShock";

// Plugin version
public const string PluginVersion = "1.0.0";
public const string PluginVersion = "1.1.0";
// Discord bot client
private readonly Discord discord;
// Plugin start time
Expand Down

0 comments on commit 5b88e70

Please sign in to comment.