From c6d896d717db65463a3959a6d4044ddfb4e87be4 Mon Sep 17 00:00:00 2001 From: "Kristian S. Stangeland" Date: Tue, 22 Jan 2013 12:59:08 +0100 Subject: [PATCH] Bumping version to 2.1.0 This is because the previous release had a mistake in the API. --- ProtocolLib/pom.xml | 2 +- ProtocolLib/src/main/resources/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 9ef4c1aa..9c0c920b 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.comphenix.protocol ProtocolLib - 2.0.1-SNAPSHOT + 2.1.0 jar Provides read/write access to the Minecraft protocol. diff --git a/ProtocolLib/src/main/resources/plugin.yml b/ProtocolLib/src/main/resources/plugin.yml index ee01cee9..174c6b4a 100644 --- a/ProtocolLib/src/main/resources/plugin.yml +++ b/ProtocolLib/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: ProtocolLib -version: 2.0.1-SNAPSHOT +version: 2.1.0 description: Provides read/write access to the Minecraft protocol. author: Comphenix website: http://www.comphenix.net/ProtocolLib