Skip to content

Commit

Permalink
Merge pull request #2 from Jeshuakrc/hotfix
Browse files Browse the repository at this point in the history
Fixed: crash due to NullPointerException in KntNBT
Jeshuakrc authored Jun 4, 2023
2 parents a402334 + 72388bd commit 47054f9
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
@@ -6,7 +6,7 @@

<groupId>com.dotKntrell</groupId>
<artifactId>Underilla</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>Terraformer</name>
@@ -117,7 +117,7 @@
<dependency>
<groupId>com.jkantrell</groupId>
<artifactId>KntNBT</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 47054f9

Please sign in to comment.