Skip to content

Commit

Permalink
Bump Neoforge (20.6.111-beta -> 20.6.113-beta) and unrestrict neograd…
Browse files Browse the repository at this point in the history
…le version
  • Loading branch information
DragonEggBedrockBreaking committed Jun 8, 2024
1 parent 556c659 commit adeeb41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ val FABRIC_MIXIN_VERSION by extra { "0.14.0+mixin.0.8.6" }
val FABRIC_LOADER_VERSION by extra { "0.15.11" }
val FABRIC_LOADER_VERSION_RANGE by extra { ">=0.15.10" }
val MODMENU_VERSION by extra { "10.0.0-beta.1" }
val NEOFORGE_VERSION by extra { "20.6.111-beta"}
val NEOFORGE_VERSION by extra { "20.6.113-beta"}
val NEOFORGE_LOADER_VERSION_RANGE by extra { ">=20.6.0-beta" }

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("idea")
id("net.neoforged.gradle.userdev") version "7.0.139"
id("net.neoforged.gradle.userdev") version "7.0.+"
id("java-library")
}

Expand Down

0 comments on commit adeeb41

Please sign in to comment.