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 015a606 commit 98a0528Copy full SHA for 98a0528
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.2-SNAPSHOT</version>
+ <version>4.0.2</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,6 +1,6 @@
1
name: ProtocolLib
2
-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]
0 commit comments