Update version to 4.2.0-SNAPSHOT

This commit is contained in:
Dan Mulloy 2016-10-14 19:20:16 -04:00
parent 31a0c9b10c
commit b5ecfb9c5f
3 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>ProtocolLib-API</artifactId>
<name>ProtocolLib-API</name>
<version>4.1.0</version>
<version>4.2.0-SNAPSHOT</version>
<description>Provides read/write access to the Minecraft protocol.</description>
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>ProtocolLib</artifactId>
<name>ProtocolLib</name>
<version>4.1.0</version>
<version>4.2.0-SNAPSHOT</version>
<description>Provides read/write access to the Minecraft protocol.</description>
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>

View File

@ -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]