aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-08-15 16:09:00 -0400
committerGitHub <noreply@github.com>2024-08-15 16:09:00 -0400
commit9281b6e6d0758bb789b02c7ec18a1206903728c8 (patch)
treed198d41cf8975e36725ef34e9e2b641535a795c3
parentb3986df022e6ec42ec893a366cb248b7466549da (diff)
downloadSkyblocker-9281b6e6d0758bb789b02c7ec18a1206903728c8.tar.gz
Skyblocker-9281b6e6d0758bb789b02c7ec18a1206903728c8.tar.bz2
Skyblocker-9281b6e6d0758bb789b02c7ec18a1206903728c8.zip
Update Networth Calculator to fix NPE (#928)
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index dc2b917a..bb26b028 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -31,7 +31,7 @@ occlusionculling_version = 0.0.8-SNAPSHOT
## neu repoparser (https://repo.nea.moe/#/releases/moe/nea/neurepoparser/)
repoparser_version = 1.5.0
## Networth Calculator (https://github.com/AzureAaron/networth-calculator)
-networth_calculator_version = 1.0.0
+networth_calculator_version = 1.0.1
# Other Libraries
## JGit (https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit)