Skip to content

Commit ac7e17d

Browse files
committed
Update version to 4.0.1 for release
1 parent 4023908 commit ac7e17d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.1-SNAPSHOT</version>
6+
<version>4.0.1</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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: ProtocolLib
2-
version: ${project.version}${project.build.number}
2+
#version: ${project.version}${project.build.number}
3+
version: ${project.version}
34
description: Provides read/write access to the Minecraft protocol.
45
authors: [dmulloy2, comphenix]
56

0 commit comments

Comments
 (0)