We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e917c commit 26b0601Copy full SHA for 26b0601
.gitignore
@@ -181,3 +181,4 @@ logs/
181
build/
182
logs/
183
.java-version
184
+gradle.properties
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = 'com.comphenix.protocol'
8
-version = '5.1.0-SNAPSHOT'
+version = '5.1.0'
9
description = 'Provides access to the Minecraft protocol'
10
11
def isSnapshot = version.endsWith('-SNAPSHOT')
0 commit comments