Skip to content

Commit 98a0528

Browse files
committed
Update version to 4.0.2 for release
1 parent 015a606 commit 98a0528

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/ProtocolLib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>ProtocolLib</artifactId>
55
<name>ProtocolLib</name>
6-
<version>4.0.2-SNAPSHOT</version>
6+
<version>4.0.2</version>
77

88
<description>Provides read/write access to the Minecraft protocol.</description>
99
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>

modules/ProtocolLib/src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ProtocolLib
2-
version: ${project.version}${project.build.number}
3-
#version: ${project.version}
2+
#version: ${project.version}${project.build.number}
3+
version: ${project.version}
44
description: Provides read/write access to the Minecraft protocol.
55
authors: [dmulloy2, comphenix]
66

0 commit comments

Comments
 (0)