File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency:
53
53
<dependency>
54
54
<groupId>com.comphenix.protocol</groupId>
55
55
<artifactId>ProtocolLib</artifactId>
56
- <version>4.6 .0</version>
56
+ <version>4.7 .0</version>
57
57
</dependency>
58
58
</dependencies>
59
59
````
@@ -66,7 +66,7 @@ repositories {
66
66
}
67
67
68
68
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";
70
70
}
71
71
```
72
72
Original file line number Diff line number Diff line change 4
4
<groupId >com.comphenix.protocol</groupId >
5
5
<artifactId >ProtocolLib</artifactId >
6
6
<name >ProtocolLib</name >
7
- <version >4.7.0-SNAPSHOT </version >
7
+ <version >4.7.0</version >
8
8
9
9
<description >Provides read/write access to the Minecraft protocol.</description >
10
10
<url >https://github.com/dmulloy2/ProtocolLib</url >
150
150
</activation >
151
151
<properties >
152
152
<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>
155
155
</properties >
156
156
</profile >
157
157
You can’t perform that action at this time.
0 commit comments