Skip to content

Commit

Permalink
Update version to 5.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulloy2 committed May 12, 2023
1 parent e77ed96 commit 16f4870
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 389 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Critically, different plugins that use this approach may _hook_ into the same cl
with unpredictable outcomes. More than often this causes plugins to crash, but it may also
lead to more subtle bugs.

Currently maintained by dmulloy2 on behalf of [Spigot](https://www.spigotmc.org/).

### Resources

* [Resource Page](https://www.spigotmc.org/resources/protocollib.1997/)
Expand Down Expand Up @@ -55,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-SNAPSHOT</version>
<version>5.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -69,7 +67,7 @@ repositories {
}
dependencies {
compileOnly 'com.comphenix.protocol:ProtocolLib:5.0.0-SNAPSHOT'
compileOnly 'com.comphenix.protocol:ProtocolLib:5.0.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.0.0-SNAPSHOT'
version = '5.0.0'
description = 'Provides access to the Minecraft protocol'

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

0 comments on commit 16f4870

Please sign in to comment.