2.0.3 release.

This commit is contained in:
StevenLawson 2014-08-17 21:07:21 -04:00
parent 01ae52b2e3
commit fafac5c515
2 changed files with 2 additions and 5 deletions

View file

@ -3,8 +3,5 @@ BukkitTelnetClient
BukkitTelnetClient is a telnet client for use with the BukkitTelnet and TotalFreedomMod CraftBukkit plugins. BukkitTelnetClient is a telnet client for use with the BukkitTelnet and TotalFreedomMod CraftBukkit plugins.
Grab the latest release binary here: Grab the latest release binary (2.0.3) here:
https://github.com/StevenLawson/BukkitTelnetClient/releases/latest https://github.com/StevenLawson/BukkitTelnetClient/releases/latest
Grab the latest 2.0.3-SNAPSHOT binary here:
http://s3.madgeekonline.com/BukkitTelnetClient-2.0.3-SNAPSHOT-shaded.jar

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>me.StevenLawson</groupId> <groupId>me.StevenLawson</groupId>
<artifactId>BukkitTelnetClient</artifactId> <artifactId>BukkitTelnetClient</artifactId>
<version>2.0.3-SNAPSHOT</version> <version>2.0.3</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<build> <build>
<plugins> <plugins>