File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/com/comphenix/protocol Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
<project .fullVersion>${project.version} </project .fullVersion>
18
18
19
19
<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>
21
21
</properties >
22
22
23
23
<build >
146
146
<properties >
147
147
<project .build.number>-b${env.BUILD_NUMBER} </project .build.number>
148
148
<project .fullVersion>${project.version}${project.build.number} </project .fullVersion>
149
+ <!-- <project.fullVersion>${project.version}</project.fullVersion>-->
149
150
</properties >
150
151
</profile >
151
152
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ public class ProtocolLibrary {
39
39
/**
40
40
* The maximum version ProtocolLib has been tested with.
41
41
*/
42
- public static final String MAXIMUM_MINECRAFT_VERSION = "1.14.4 " ;
42
+ public static final String MAXIMUM_MINECRAFT_VERSION = "1.15.1 " ;
43
43
44
44
/**
45
45
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.14.4) was released.
46
46
*/
47
- public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-07-19 " ;
47
+ public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-12-17 " ;
48
48
49
49
/**
50
50
* Plugins that are currently incompatible with ProtocolLib.
You can’t perform that action at this time.
0 commit comments