Skip to content

Commit b730727

Browse files
committed
chore: use ~1.20.5 version constraint for consistency
1 parent ea1f8df commit b730727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1_20_5/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
}
2222

2323
val minecraftVersion = "1.20.5"
24-
val supportedVersionRange = ">=1.20.5 <1.20.7"
24+
val supportedVersionRange = "~1.20.5"
2525

2626
dependencies {
2727
shaded(projects.common)

0 commit comments

Comments
 (0)