Skip to content

Commit c3c5933

Browse files
committed
Update to 1.15.1
1 parent fdf315b commit c3c5933

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<project.fullVersion>${project.version}</project.fullVersion>
1818

1919
<powermock.version>2.0.4</powermock.version>
20-
<spigot.version>1.15-R0.1-SNAPSHOT</spigot.version>
20+
<spigot.version>1.15.1-R0.1-SNAPSHOT</spigot.version>
2121
</properties>
2222

2323
<build>
@@ -146,6 +146,7 @@
146146
<properties>
147147
<project.build.number>-b${env.BUILD_NUMBER}</project.build.number>
148148
<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>
149+
<!--<project.fullVersion>${project.version}</project.fullVersion>-->
149150
</properties>
150151
</profile>
151152

src/main/java/com/comphenix/protocol/ProtocolLibrary.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ public class ProtocolLibrary {
3939
/**
4040
* The maximum version ProtocolLib has been tested with.
4141
*/
42-
public static final String MAXIMUM_MINECRAFT_VERSION = "1.14.4";
42+
public static final String MAXIMUM_MINECRAFT_VERSION = "1.15.1";
4343

4444
/**
4545
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.14.4) was released.
4646
*/
47-
public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-07-19";
47+
public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-12-17";
4848

4949
/**
5050
* Plugins that are currently incompatible with ProtocolLib.

0 commit comments

Comments
 (0)