diff options
| author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-08-15 16:09:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 16:09:00 -0400 |
| commit | 9281b6e6d0758bb789b02c7ec18a1206903728c8 (patch) | |
| tree | d198d41cf8975e36725ef34e9e2b641535a795c3 | |
| parent | b3986df022e6ec42ec893a366cb248b7466549da (diff) | |
| download | Skyblocker-9281b6e6d0758bb789b02c7ec18a1206903728c8.tar.gz Skyblocker-9281b6e6d0758bb789b02c7ec18a1206903728c8.tar.bz2 Skyblocker-9281b6e6d0758bb789b02c7ec18a1206903728c8.zip | |
Update Networth Calculator to fix NPE (#928)
| -rw-r--r-- | gradle.properties | 2 |
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) |
