diff options
author | Genny <gen@nyble.dev> | 2020-06-14 04:19:56 -0500 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2020-06-14 04:19:56 -0500 |
commit | d08bfe8e05c2e44ad41b82b3a77464fe44648efe (patch) | |
tree | b635303febd91482273b5f7c5fff50d7e1ac5a4f /pom.xml | |
parent | 52b942fe4306d39ac068f88898825e2f0743aa46 (diff) | |
download | sunfright-d08bfe8e05c2e44ad41b82b3a77464fe44648efe.tar.gz sunfright-d08bfe8e05c2e44ad41b82b3a77464fe44648efe.zip |
Fix nullptr exception on ray trace in damager
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml index 7c008ae..da0d501 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>dev.genbyte.sunfright</groupId> <artifactId>sunfright</artifactId> <packaging>jar</packaging> - <version>0.6.1</version> + <version>0.6.2</version> <name>sunfright</name> <description>Burn me to a crisp, large glowing orb!</description> |