Fix API versioning

This commit is contained in:
Dan Mulloy 2016-07-07 12:19:10 -04:00
parent 26c29d9c85
commit 9860fbaec6
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -222,7 +222,7 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib-API</artifactId>
<version>4.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<!-- Included with Minecraft
<dependency>