File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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>5.0 .0</version>
56
+ <version>5.1 .0</version>
57
57
<scope>provided</scope>
58
58
</dependency>
59
59
</dependencies>
@@ -67,7 +67,7 @@ repositories {
67
67
}
68
68
69
69
dependencies {
70
- compileOnly 'com.comphenix.protocol:ProtocolLib:5.0 .0'
70
+ compileOnly 'com.comphenix.protocol:ProtocolLib:5.1 .0'
71
71
}
72
72
```
73
73
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group = ' com.comphenix.protocol'
8
- version = ' 5.1.0 '
8
+ version = ' 5.1.1-SNAPSHOT '
9
9
description = ' Provides access to the Minecraft protocol'
10
10
11
11
def isSnapshot = version. endsWith(' -SNAPSHOT' )
You can’t perform that action at this time.
0 commit comments