File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/java/com/comphenix/protocol Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 196
196
<dependency >
197
197
<groupId >org.spigotmc</groupId >
198
198
<artifactId >spigot-api</artifactId >
199
- <version >1.10-R0.1-SNAPSHOT</version >
199
+ <version >1.10.2 -R0.1-SNAPSHOT</version >
200
200
<scope >provided</scope >
201
201
</dependency >
202
202
<dependency >
203
203
<groupId >org.spigotmc</groupId >
204
204
<artifactId >spigot</artifactId >
205
- <version >1.10-R0.1-SNAPSHOT</version >
205
+ <version >1.10.2 -R0.1-SNAPSHOT</version >
206
206
<scope >provided</scope >
207
207
</dependency >
208
208
<dependency >
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.10" ;
42
+ public static final String MAXIMUM_MINECRAFT_VERSION = "1.10.2 " ;
43
43
44
44
/**
45
- * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.9.4 ) was released.
45
+ * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.10.2 ) was released.
46
46
*/
47
- public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-06-08 " ;
47
+ public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-06-23 " ;
48
48
49
49
/**
50
50
* Plugins that are currently incompatible with ProtocolLib.
Original file line number Diff line number Diff line change 234
234
<dependency >
235
235
<groupId >org.spigotmc</groupId >
236
236
<artifactId >spigot-api</artifactId >
237
- <version >1.10-R0.1-SNAPSHOT</version >
237
+ <version >1.10.2 -R0.1-SNAPSHOT</version >
238
238
<scope >provided</scope >
239
239
</dependency >
240
240
<dependency >
241
241
<groupId >org.spigotmc</groupId >
242
242
<artifactId >spigot</artifactId >
243
- <version >1.10-R0.1-SNAPSHOT</version >
243
+ <version >1.10.2 -R0.1-SNAPSHOT</version >
244
244
<scope >provided</scope >
245
245
</dependency >
246
246
<dependency >
You can’t perform that action at this time.
0 commit comments