mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-02-17 04:51:40 +01:00
Update version to 5.1.0 for release
This commit is contained in:
parent
02e917cd08
commit
26b0601f74
1
.gitignore
vendored
1
.gitignore
vendored
@ -181,3 +181,4 @@ logs/
|
|||||||
build/
|
build/
|
||||||
logs/
|
logs/
|
||||||
.java-version
|
.java-version
|
||||||
|
gradle.properties
|
||||||
|
@ -5,7 +5,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = 'com.comphenix.protocol'
|
group = 'com.comphenix.protocol'
|
||||||
version = '5.1.0-SNAPSHOT'
|
version = '5.1.0'
|
||||||
description = 'Provides access to the Minecraft protocol'
|
description = 'Provides access to the Minecraft protocol'
|
||||||
|
|
||||||
def isSnapshot = version.endsWith('-SNAPSHOT')
|
def isSnapshot = version.endsWith('-SNAPSHOT')
|
||||||
|
Loading…
Reference in New Issue
Block a user