From a7e992c1207b9abb19c20fb4c490abd463c1e2ae Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:50:41 -0400 Subject: Alpha 2 of networth lib Just adds support/recognition of the new lustrous reforge. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9178f9ec..8b85baae 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 -networth_calculator_version = 1.0.0-alpha.1 +networth_calculator_version = 1.0.0-alpha.2 # Other Libraries ## JGit (https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit) -- cgit