Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 11, 2024
1 parent d99c609 commit 014bfe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ id-curseforge = "844458"
# display
display-name = "Bounced"
display-loader = "Fabric"
display-version = "1.20.5+"
display-version = "1.20.5~1.20.6"

[libraries]
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"depends": {
"fabricloader": "*",
"fabric-api": "*",
"minecraft": "1.20.x"
"minecraft": ["~1.20.5", "~1.20.6"]
},
"suggests": {
"splasher": "*"
Expand Down

0 comments on commit 014bfe1

Please sign in to comment.