Skip to content

Commit

Permalink
1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrolienF committed May 20, 2024
1 parent 94c939a commit e6b25ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.0.2
Explicit support for 1.20.5 & 1.20.6.
Work with [1.20 - 1.20.6]

# 4.0.1

Explicit support for 1.20.3 & 1.20.4.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tasks {
// Configure the Minecraft version for our task.
// This is the only required configuration besides applying the plugin.
// Your plugin's jar (or shadowJar if present) will be used automatically.
minecraftVersion("1.20.4")
minecraftVersion("1.20.6")
}
}

Expand Down

0 comments on commit e6b25ad

Please sign in to comment.