Update to 4.7.0

This commit is contained in:
Dan Mulloy 2021-07-09 17:16:07 -04:00
parent 95a884974a
commit 8175443da0
No known key found for this signature in database
GPG Key ID: 2B62F7DACFF133E8
2 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency:
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.6.0</version>
<version>4.7.0</version>
</dependency>
</dependencies>
````
@ -66,7 +66,7 @@ repositories {
}
dependencies {
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.6.0";
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.7.0";
}
```

View File

@ -4,7 +4,7 @@
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<name>ProtocolLib</name>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.0</version>
<description>Provides read/write access to the Minecraft protocol.</description>
<url>https://github.com/dmulloy2/ProtocolLib</url>
@ -150,8 +150,8 @@
</activation>
<properties>
<project.build.number>-b${env.BUILD_NUMBER}</project.build.number>
<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>
<!--<project.fullVersion>${project.version}</project.fullVersion>-->
<!--<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>-->
<project.fullVersion>${project.version}</project.fullVersion>
</properties>
</profile>