diff --git a/build.gradle b/build.gradle index 9b92b73..ad96826 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java-library' id 'maven-publish' - id 'net.neoforged.moddev' version '2.0.105' + id 'net.neoforged.moddev' version '2.0.106' id 'idea' } diff --git a/gradle.properties b/gradle.properties index 5cf67b7..74efb8c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ minecraft_version=1.21.5 # as they do not follow standard versioning conventions. minecraft_version_range=[1.21.5] # The Neo version must agree with the Minecraft version to get a valid artifact -neo_version=21.5.89 +neo_version=21.5.90 ## Mod Properties