From b613e8f01ee9c5f9377703c9cffdcdb404b4e5bc Mon Sep 17 00:00:00 2001 From: "Kristian S. Stangeland" Date: Tue, 14 May 2013 01:17:03 +0200 Subject: [PATCH] Bumping to 2.4.3 --- ProtocolLib/pom.xml | 2 +- ProtocolLib/src/main/resources/config.yml | 2 -- ProtocolLib/src/main/resources/plugin.yml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 4adca81e..414e2599 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.comphenix.protocol ProtocolLib - 2.4.2-SNAPSHOT + 2.4.3 jar Provides read/write access to the Minecraft protocol. diff --git a/ProtocolLib/src/main/resources/config.yml b/ProtocolLib/src/main/resources/config.yml index 1de87503..02c7dd23 100644 --- a/ProtocolLib/src/main/resources/config.yml +++ b/ProtocolLib/src/main/resources/config.yml @@ -6,8 +6,6 @@ global: # Number of seconds to wait until a new update is downloaded delay: 43200 # 12 hours - # Last update time - last: 0 metrics: true diff --git a/ProtocolLib/src/main/resources/plugin.yml b/ProtocolLib/src/main/resources/plugin.yml index 09c2c107..423ece96 100644 --- a/ProtocolLib/src/main/resources/plugin.yml +++ b/ProtocolLib/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: ProtocolLib -version: 2.4.2-SNAPSHOT +version: 2.4.3 description: Provides read/write access to the Minecraft protocol. author: Comphenix website: http://www.comphenix.net/ProtocolLib