diff --git a/Readme.md b/Readme.md index ecabe2355..77ce7bd6e 100644 --- a/Readme.md +++ b/Readme.md @@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency: com.comphenix.protocol ProtocolLib - 5.0.0 + 5.1.0 provided @@ -67,7 +67,7 @@ repositories { } dependencies { - compileOnly 'com.comphenix.protocol:ProtocolLib:5.0.0' + compileOnly 'com.comphenix.protocol:ProtocolLib:5.1.0' } ``` diff --git a/build.gradle b/build.gradle index 698e014b6..3ce5462a3 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.comphenix.protocol' -version = '5.1.0' +version = '5.1.1-SNAPSHOT' description = 'Provides access to the Minecraft protocol' def isSnapshot = version.endsWith('-SNAPSHOT')