diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 8b6036a7..2b2433ed 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -2,8 +2,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 ProtocolLib - 3.6.4 ProtocolLib + 3.6.5-SNAPSHOT Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ diff --git a/ProtocolLib/src/main/resources/plugin.yml b/ProtocolLib/src/main/resources/plugin.yml index 1262f98f..6df02e42 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/modules/v1_7_R4/pom.xml b/modules/v1_7_R4/pom.xml index 289fbb41..958c0679 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.4 + 3.6.5-SNAPSHOT Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/