Skip to content

Commit 4f404a4

Browse files
committed
Update to 1.10.2
No changes, yay!
1 parent 88444dc commit 4f404a4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

modules/API/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@
196196
<dependency>
197197
<groupId>org.spigotmc</groupId>
198198
<artifactId>spigot-api</artifactId>
199-
<version>1.10-R0.1-SNAPSHOT</version>
199+
<version>1.10.2-R0.1-SNAPSHOT</version>
200200
<scope>provided</scope>
201201
</dependency>
202202
<dependency>
203203
<groupId>org.spigotmc</groupId>
204204
<artifactId>spigot</artifactId>
205-
<version>1.10-R0.1-SNAPSHOT</version>
205+
<version>1.10.2-R0.1-SNAPSHOT</version>
206206
<scope>provided</scope>
207207
</dependency>
208208
<dependency>

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

Lines changed: 3 additions & 3 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.10";
42+
public static final String MAXIMUM_MINECRAFT_VERSION = "1.10.2";
4343

4444
/**
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.
4646
*/
47-
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-06-08";
47+
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-06-23";
4848

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

modules/ProtocolLib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,13 @@
234234
<dependency>
235235
<groupId>org.spigotmc</groupId>
236236
<artifactId>spigot-api</artifactId>
237-
<version>1.10-R0.1-SNAPSHOT</version>
237+
<version>1.10.2-R0.1-SNAPSHOT</version>
238238
<scope>provided</scope>
239239
</dependency>
240240
<dependency>
241241
<groupId>org.spigotmc</groupId>
242242
<artifactId>spigot</artifactId>
243-
<version>1.10-R0.1-SNAPSHOT</version>
243+
<version>1.10.2-R0.1-SNAPSHOT</version>
244244
<scope>provided</scope>
245245
</dependency>
246246
<dependency>

0 commit comments

Comments
 (0)