Skip to content

Commit

Permalink
PacketEvents 1.8-pre-14
Browse files Browse the repository at this point in the history
  • Loading branch information
retrooper committed Apr 30, 2021
1 parent 15fcc9f commit dc1d3dd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/checksums/checksums.lock
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
}

group = 'io.github.retrooper'
version = '1.8-pre-13'
version = '1.8-pre-14'
description = 'packetevents'
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ public final class PacketEvents implements Listener, EventManager {
private static Plugin plugin;

private String handlerName;
private final PEVersion version = new PEVersion(1, 7, 9, 13);
private final PEVersion version = new PEVersion(1, 7, 9, 14);
private PacketEventsSettings settings = new PacketEventsSettings();

private final EventManager eventManager = new PEEventManager();
Expand Down

0 comments on commit dc1d3dd

Please sign in to comment.