We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4023908 commit ac7e17dCopy full SHA for ac7e17d
modules/ProtocolLib/pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<artifactId>ProtocolLib</artifactId>
5
<name>ProtocolLib</name>
6
- <version>4.0.1-SNAPSHOT</version>
+ <version>4.0.1</version>
7
8
<description>Provides read/write access to the Minecraft protocol.</description>
9
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>
modules/ProtocolLib/src/main/resources/plugin.yml
@@ -1,5 +1,6 @@
1
name: ProtocolLib
2
-version: ${project.version}${project.build.number}
+#version: ${project.version}${project.build.number}
+version: ${project.version}
description: Provides read/write access to the Minecraft protocol.
authors: [dmulloy2, comphenix]
0 commit comments