Skip to content

Commit 98fbcc6

Browse files
committed
Update version to 5.1.1 for development
1 parent 26b0601 commit 98fbcc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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>5.0.0</version>
56+
<version>5.1.0</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
</dependencies>
@@ -67,7 +67,7 @@ repositories {
6767
}
6868
6969
dependencies {
70-
compileOnly 'com.comphenix.protocol:ProtocolLib:5.0.0'
70+
compileOnly 'com.comphenix.protocol:ProtocolLib:5.1.0'
7171
}
7272
```
7373

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'com.comphenix.protocol'
8-
version = '5.1.0'
8+
version = '5.1.1-SNAPSHOT'
99
description = 'Provides access to the Minecraft protocol'
1010

1111
def isSnapshot = version.endsWith('-SNAPSHOT')

0 commit comments

Comments
 (0)