Skip to content

Commit 26b0601

Browse files
committed
Update version to 5.1.0 for release
1 parent 02e917c commit 26b0601

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,4 @@ logs/
181181
build/
182182
logs/
183183
.java-version
184+
gradle.properties

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

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

0 commit comments

Comments
 (0)