Skip to content

Commit 5b38bc7

Browse files
committed
Update to 1.11.1
1 parent 33bb127 commit 5b38bc7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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.11-R0.1-SNAPSHOT</version>
199+
<version>1.11.1-R0.1-SNAPSHOT</version>
200200
<scope>provided</scope>
201201
</dependency>
202202
<dependency>
203203
<groupId>org.spigotmc</groupId>
204204
<artifactId>spigot</artifactId>
205-
<version>1.11-R0.1-SNAPSHOT</version>
205+
<version>1.11.1-R0.1-SNAPSHOT</version>
206206
<scope>provided</scope>
207207
</dependency>
208208
<dependency>

modules/API/src/main/java/com/comphenix/protocol/utility/MinecraftProtocolVersion.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ private static NavigableMap<MinecraftVersion, Integer> createLookup() {
4343
map.put(new MinecraftVersion(1, 9, 4), 110);
4444
map.put(new MinecraftVersion(1, 10, 0), 210);
4545
map.put(new MinecraftVersion(1, 11, 0), 315);
46+
map.put(new MinecraftVersion(1, 11, 1), 316);
4647
return map;
4748
}
4849

modules/ProtocolLib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,13 @@
236236
<dependency>
237237
<groupId>org.spigotmc</groupId>
238238
<artifactId>spigot-api</artifactId>
239-
<version>1.11-R0.1-SNAPSHOT</version>
239+
<version>1.11.1-R0.1-SNAPSHOT</version>
240240
<scope>provided</scope>
241241
</dependency>
242242
<dependency>
243243
<groupId>org.spigotmc</groupId>
244244
<artifactId>spigot</artifactId>
245-
<version>1.11-R0.1-SNAPSHOT</version>
245+
<version>1.11.1-R0.1-SNAPSHOT</version>
246246
<scope>provided</scope>
247247
</dependency>
248248
<dependency>

0 commit comments

Comments
 (0)