Skip to content

Commit

Permalink
PacketEvents 2.0.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
retrooper committed Sep 13, 2023
1 parent 5d63308 commit cdc7ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public abstract class PacketEventsAPI<T> {
private final Logger LOGGER = Logger.getLogger(PacketEventsAPI.class.getName());
private static final LogManager LOG_MANAGER = new LogManager();
//TODO UPDATE
private static final PEVersion VERSION = new PEVersion(2, 0, 1);
private static final PEVersion VERSION = new PEVersion(2, 0, 2);

public EventManager getEventManager() {
return EVENT_MANAGER;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ subprojects {

group = 'com.github.retrooper'
description = project.name
version = '2.0.1'//TODO UPDATE - ADD "-SNAPSHOT" if we are dealing with snapshot versions
version = '2.0.2'//TODO UPDATE - ADD "-SNAPSHOT" if we are dealing with snapshot versions

project.ext.nettyVersion = '4.1.72.Final'
project.ext.adventureVersion = '4.14.0'
Expand Down

0 comments on commit cdc7ed3

Please sign in to comment.