From f01b3999ffedd3b78fbfee24cc351608f107643c Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Tue, 16 Feb 2016 15:41:55 -0500 Subject: [PATCH] Update version to 3.6.6-SNAPSHOT --- ProtocolLib/pom.xml | 4 ++-- ProtocolLib/src/main/resources/plugin.yml | 3 +-- Readme.md | 2 +- modules/v1_7_R4/pom.xml | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index bf6e50a1..d3de2ab0 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib ProtocolLib - 3.6.5 + 3.6.6-SNAPSHOT Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ @@ -229,7 +229,7 @@ dmulloy2 Dan Mulloy - http://shadowvolt.com/ + http://dmulloy2.net/ developer maintainer diff --git a/ProtocolLib/src/main/resources/plugin.yml b/ProtocolLib/src/main/resources/plugin.yml index 04372b6b..87c10a68 100644 --- a/ProtocolLib/src/main/resources/plugin.yml +++ b/ProtocolLib/src/main/resources/plugin.yml @@ -1,6 +1,5 @@ name: ProtocolLib -#version: ${project.version}${project.build.number} -version: ${project.version} +version: ${project.version}${project.build.number} description: Provides read/write access to the Minecraft protocol. authors: [dmulloy2, comphenix] diff --git a/Readme.md b/Readme.md index c5f4fa47..c36ce85f 100644 --- a/Readme.md +++ b/Readme.md @@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency: com.comphenix.protocol ProtocolLib - 3.6.4 + 3.6.5 ```` diff --git a/modules/v1_7_R4/pom.xml b/modules/v1_7_R4/pom.xml index eccd78cf..5f935c18 100644 --- a/modules/v1_7_R4/pom.xml +++ b/modules/v1_7_R4/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib-v1_7_R4 ProtocolLib-v1_7_R4 - 3.6.5 + 3.6.6-SNAPSHOT Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/