Skip to content

Commit 16f4870

Browse files
committed
Update version to 5.0.0 for release
1 parent e77ed96 commit 16f4870

File tree

3 files changed

+3
-389
lines changed

3 files changed

+3
-389
lines changed

Readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Critically, different plugins that use this approach may _hook_ into the same cl
1010
with unpredictable outcomes. More than often this causes plugins to crash, but it may also
1111
lead to more subtle bugs.
1212

13-
Currently maintained by dmulloy2 on behalf of [Spigot](https://www.spigotmc.org/).
14-
1513
### Resources
1614

1715
* [Resource Page](https://www.spigotmc.org/resources/protocollib.1997/)
@@ -55,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency:
5553
<dependency>
5654
<groupId>com.comphenix.protocol</groupId>
5755
<artifactId>ProtocolLib</artifactId>
58-
<version>5.0.0-SNAPSHOT</version>
56+
<version>5.0.0</version>
5957
<scope>provided</scope>
6058
</dependency>
6159
</dependencies>
@@ -69,7 +67,7 @@ repositories {
6967
}
7068
7169
dependencies {
72-
compileOnly 'com.comphenix.protocol:ProtocolLib:5.0.0-SNAPSHOT'
70+
compileOnly 'com.comphenix.protocol:ProtocolLib:5.0.0'
7371
}
7472
```
7573

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.0.0-SNAPSHOT'
8+
version = '5.0.0'
99
description = 'Provides access to the Minecraft protocol'
1010

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

0 commit comments

Comments
 (0)