Update version to 4.1.0-SNAPSHOT
Dieser Commit ist enthalten in:
Ursprung
98a0528806
Commit
12e9c08a1a
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>ProtocolLib-API</artifactId>
|
||||
<name>ProtocolLib-API</name>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<version>4.1-SNAPSHOT</version>
|
||||
|
||||
<description>Provides read/write access to the Minecraft protocol.</description>
|
||||
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>ProtocolLib</artifactId>
|
||||
<name>ProtocolLib</name>
|
||||
<version>4.0.2</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>
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: ProtocolLib
|
||||
#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]
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren