diff options
| author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-08-24 03:12:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-24 15:12:38 +0800 |
| commit | 186763f6870fa2bf78512171dabaed70430b97e7 (patch) | |
| tree | 355f9da4fb87efc674a117a6252ca87b83fb07fa /gradle.properties | |
| parent | 186f31fa2f895f60ce98f0858d7fbfe4fa925771 (diff) | |
| download | Skyblocker-186763f6870fa2bf78512171dabaed70430b97e7.tar.gz Skyblocker-186763f6870fa2bf78512171dabaed70430b97e7.tar.bz2 Skyblocker-186763f6870fa2bf78512171dabaed70430b97e7.zip | |
Fix NoSuchElementException with modelless Abicases (#953)
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 823239bb..26100b44 100644 --- a/gradle.properties +++ b/gradle.properties @@ -33,7 +33,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.1 +networth_calculator_version = 1.0.2 ## Legacy Item DFU (https://github.com/AzureAaron/legacy-item-dfu) legacy_item_dfu_version = 1.0.0+1.21.1 |
