Skip to content

Commit 8175443

Browse files
committed
Update to 4.7.0
1 parent 95a8849 commit 8175443

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency:
5353
<dependency>
5454
<groupId>com.comphenix.protocol</groupId>
5555
<artifactId>ProtocolLib</artifactId>
56-
<version>4.6.0</version>
56+
<version>4.7.0</version>
5757
</dependency>
5858
</dependencies>
5959
````
@@ -66,7 +66,7 @@ repositories {
6666
}
6767
6868
dependencies {
69-
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.6.0";
69+
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.7.0";
7070
}
7171
```
7272

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.comphenix.protocol</groupId>
55
<artifactId>ProtocolLib</artifactId>
66
<name>ProtocolLib</name>
7-
<version>4.7.0-SNAPSHOT</version>
7+
<version>4.7.0</version>
88

99
<description>Provides read/write access to the Minecraft protocol.</description>
1010
<url>https://github.com/dmulloy2/ProtocolLib</url>
@@ -150,8 +150,8 @@
150150
</activation>
151151
<properties>
152152
<project.build.number>-b${env.BUILD_NUMBER}</project.build.number>
153-
<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>
154-
<!--<project.fullVersion>${project.version}</project.fullVersion>-->
153+
<!--<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>-->
154+
<project.fullVersion>${project.version}</project.fullVersion>
155155
</properties>
156156
</profile>
157157

0 commit comments

Comments
 (0)