Skip to content

Commit

Permalink
Fix required versions and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChachyDev committed Dec 1, 2021
1 parent a7398f5 commit ea7918f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
withSourcesJar()
}

version = "0.2.4"
version = "0.2.5"
group = "club.chachy"

dependencies {
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
],
"icon": "assets/lazy_language_loader/icon/icon_128.png",
"depends": {
"fabricloader": ">=0.11.3",
"minecraft": "1.17.x",
"java": ">=16"
"fabricloader": ">=0.12.3",
"minecraft": "1.x.x",
"java": ">=17"
}
}

0 comments on commit ea7918f

Please sign in to comment.