diff --git a/Readme.md b/Readme.md index c1735f9cc..2a549c300 100644 --- a/Readme.md +++ b/Readme.md @@ -44,7 +44,7 @@ You can also add ProtocolLib as a Maven dependency: dmulloy2-repo - https://repo.dmulloy2.net/nexus/repository/public/ + https://repo.dmulloy2.net/repository/public/ ... @@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency: com.comphenix.protocol ProtocolLib - 4.5.0 + 4.6.0 ```` @@ -62,11 +62,11 @@ Or use the maven dependency with gradle: ```gradle repositories { - maven { url "https://repo.dmulloy2.net/nexus/repository/public/" } + maven { url "https://repo.dmulloy2.net/repository/public/" } } dependencies { - compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.5.0"; + compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.6.0"; } ``` diff --git a/pom.xml b/pom.xml index 4702c721b..acf59d8d2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.comphenix.protocol ProtocolLib ProtocolLib - 4.6.0-SNAPSHOT + 4.6.0 Provides read/write access to the Minecraft protocol. https://github.com/dmulloy2/ProtocolLib @@ -147,8 +147,8 @@ -b${env.BUILD_NUMBER} - ${project.version}${project.build.number} - + + ${project.version}