Update version to 5.1.1 for development

This commit is contained in:
Dan Mulloy 2023-08-05 13:58:29 -05:00
parent 26b0601f74
commit 98fbcc6585
No known key found for this signature in database
GPG Key ID: E3B02DE32FB04AC1
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency:
<dependency> <dependency>
<groupId>com.comphenix.protocol</groupId> <groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId> <artifactId>ProtocolLib</artifactId>
<version>5.0.0</version> <version>5.1.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
@ -67,7 +67,7 @@ repositories {
} }
dependencies { dependencies {
compileOnly 'com.comphenix.protocol:ProtocolLib:5.0.0' compileOnly 'com.comphenix.protocol:ProtocolLib:5.1.0'
} }
``` ```

View File

@ -5,7 +5,7 @@ plugins {
} }
group = 'com.comphenix.protocol' group = 'com.comphenix.protocol'
version = '5.1.0' version = '5.1.1-SNAPSHOT'
description = 'Provides access to the Minecraft protocol' description = 'Provides access to the Minecraft protocol'
def isSnapshot = version.endsWith('-SNAPSHOT') def isSnapshot = version.endsWith('-SNAPSHOT')