From 8e136579b33d18a2f18e3458e98ba0648a7bf87a Mon Sep 17 00:00:00 2001 From: "Kristian S. Stangeland" Date: Wed, 31 Jul 2013 23:21:44 +0200 Subject: [PATCH] Increment to 2.6.0. This is due to the inclusion of a new attribute 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 3fe33323..f1815242 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.comphenix.protocol ProtocolLib - 2.5.1-SNAPSHOT + 2.6.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 ab49b774..8af27358 100644 --- a/ProtocolLib/src/main/resources/plugin.yml +++ b/ProtocolLib/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: ProtocolLib -version: 2.5.1-SNAPSHOT +version: 2.6.0 description: Provides read/write access to the Minecraft protocol. author: Comphenix website: http://www.comphenix.net/ProtocolLib