From b5ecfb9c5f704db853e506761ddefa0cefa254bd Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Fri, 14 Oct 2016 19:20:16 -0400 Subject: [PATCH] Update version to 4.2.0-SNAPSHOT --- modules/API/pom.xml | 2 +- modules/ProtocolLib/pom.xml | 2 +- modules/ProtocolLib/src/main/resources/plugin.yml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/API/pom.xml b/modules/API/pom.xml index 71a28979..b7a91478 100644 --- a/modules/API/pom.xml +++ b/modules/API/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib-API ProtocolLib-API - 4.1.0 + 4.2.0-SNAPSHOT Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ diff --git a/modules/ProtocolLib/pom.xml b/modules/ProtocolLib/pom.xml index 26b907d3..f2ad4675 100644 --- a/modules/ProtocolLib/pom.xml +++ b/modules/ProtocolLib/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib ProtocolLib - 4.1.0 + 4.2.0-SNAPSHOT Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ diff --git a/modules/ProtocolLib/src/main/resources/plugin.yml b/modules/ProtocolLib/src/main/resources/plugin.yml index a7baff68..06da7ff4 100644 --- a/modules/ProtocolLib/src/main/resources/plugin.yml +++ b/modules/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]