13.6.5 fixes #179

This commit is contained in:
mfnalex 2023-11-21 14:14:42 +01:00
parent ac97dad5ed
commit d68617b362
No known key found for this signature in database
GPG Key ID: 4A5852356225BAE1
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
<name>ChestSort</name>
<url>https://www.chestsort.de</url>
<description>Allows automatic chest sorting!</description>
<version>13.6.4</version>
<version>13.6.5</version>
<packaging>jar</packaging>
<properties>
@ -224,9 +224,9 @@
</dependency>
<dependency>
<groupId>com.jeff_media</groupId>
<artifactId>JeffLib</artifactId>
<version>12.4.2</version>
<groupId>com.jeff-media.jefflib</groupId>
<artifactId>jefflib</artifactId>
<version>13.0.2</version>
<scope>compile</scope>
</dependency>