Skip to content

Commit

Permalink
Update version to 5.1.1 for development
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulloy2 committed Aug 5, 2023
1 parent 26b0601 commit 98fbcc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency:
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -67,7 +67,7 @@ repositories {
}
dependencies {
compileOnly 'com.comphenix.protocol:ProtocolLib:5.0.0'
compileOnly 'com.comphenix.protocol:ProtocolLib:5.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.comphenix.protocol'
version = '5.1.0'
version = '5.1.1-SNAPSHOT'
description = 'Provides access to the Minecraft protocol'

def isSnapshot = version.endsWith('-SNAPSHOT')
Expand Down

0 comments on commit 98fbcc6

Please sign in to comment.