Skip to content

Commit

Permalink
v3.3.8: Fix click events from throwing errors from AnvilGUI
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanCollaert committed Feb 18, 2023
1 parent 8f84802 commit c2709d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.backtobedrock</groupId>
<artifactId>AugmentedHardcore</artifactId>
<version>3.3.7</version>
<version>3.3.8</version>
<packaging>jar</packaging>
<properties>
<java.version>8</java.version>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>net.wesjd</groupId>
<artifactId>anvilgui</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.6.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
Expand Down

0 comments on commit c2709d1

Please sign in to comment.