From 98a05288069f5e7bf0068281fb692052c94182df Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Wed, 6 Jul 2016 13:42:57 -0400 Subject: [PATCH] Update version to 4.0.2 for release --- modules/ProtocolLib/pom.xml | 2 +- modules/ProtocolLib/src/main/resources/plugin.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ProtocolLib/pom.xml b/modules/ProtocolLib/pom.xml index 100b1a13..3fb0497f 100644 --- a/modules/ProtocolLib/pom.xml +++ b/modules/ProtocolLib/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib ProtocolLib - 4.0.2-SNAPSHOT + 4.0.2 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 0faadc23..a7baff68 100644 --- a/modules/ProtocolLib/src/main/resources/plugin.yml +++ b/modules/ProtocolLib/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: ProtocolLib -version: ${project.version}${project.build.number} -#version: ${project.version} +#version: ${project.version}${project.build.number} +version: ${project.version} description: Provides read/write access to the Minecraft protocol. authors: [dmulloy2, comphenix]