mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-23 11:05:46 +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/
|
||||
logs/
|
||||
.java-version
|
||||
gradle.properties
|
||||
|
@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'com.comphenix.protocol'
|
||||
version = '5.1.0-SNAPSHOT'
|
||||
version = '5.1.0'
|
||||
description = 'Provides access to the Minecraft protocol'
|
||||
|
||||
def isSnapshot = version.endsWith('-SNAPSHOT')
|
||||
|
Loading…
Reference in New Issue
Block a user