Skip to content

Commit ab0faab

Browse files
committed
Update version to 4.6.0 for release
1 parent 765fd9e commit ab0faab

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can also add ProtocolLib as a Maven dependency:
4444
<repositories>
4545
<repository>
4646
<id>dmulloy2-repo</id>
47-
<url>https://repo.dmulloy2.net/nexus/repository/public/</url>
47+
<url>https://repo.dmulloy2.net/repository/public/</url>
4848
</repository>
4949
...
5050
</repositories>
@@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency:
5353
<dependency>
5454
<groupId>com.comphenix.protocol</groupId>
5555
<artifactId>ProtocolLib</artifactId>
56-
<version>4.5.0</version>
56+
<version>4.6.0</version>
5757
</dependency>
5858
</dependencies>
5959
````
@@ -62,11 +62,11 @@ Or use the maven dependency with gradle:
6262

6363
```gradle
6464
repositories {
65-
maven { url "https://repo.dmulloy2.net/nexus/repository/public/" }
65+
maven { url "https://repo.dmulloy2.net/repository/public/" }
6666
}
6767
6868
dependencies {
69-
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.5.0";
69+
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.6.0";
7070
}
7171
```
7272

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.comphenix.protocol</groupId>
55
<artifactId>ProtocolLib</artifactId>
66
<name>ProtocolLib</name>
7-
<version>4.6.0-SNAPSHOT</version>
7+
<version>4.6.0</version>
88

99
<description>Provides read/write access to the Minecraft protocol.</description>
1010
<url>https://github.com/dmulloy2/ProtocolLib</url>
@@ -147,8 +147,8 @@
147147
</activation>
148148
<properties>
149149
<project.build.number>-b${env.BUILD_NUMBER}</project.build.number>
150-
<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>
151-
<!--<project.fullVersion>${project.version}</project.fullVersion>-->
150+
<!--<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>-->
151+
<project.fullVersion>${project.version}</project.fullVersion>
152152
</properties>
153153
</profile>
154154

0 commit comments

Comments
 (0)