Is your feature request related to a problem? Please describe.
As I was updating the new builds to Modrinth, I noticed that:
- 1.21.11 is still specified as being compatible with any version greater than 1.21.10:
- 26.1 is still specified as being compatible with any version greater than "26.0":
- Most egregiously, the 26.2 build lists the exact same dependency!
Describe the solution you'd like
Fix the above lines on each of their respective branches to represent the versions they actually are compatible with
Describe alternatives you've considered
Do nothing 🙃
Additional context
- I'm not going to bother to cut new releases just for these changes
- At some point there's going to be some rebasing to keep the commit history linear, but that's not anything that needs to be worried about until the next release
Is your feature request related to a problem? Please describe.
As I was updating the new builds to Modrinth, I noticed that:
LighterEnd/src/main/resources/fabric.mod.json
Line 14 in 7c41ac9
LighterEnd/src/main/resources/fabric.mod.json
Line 14 in fc03ec2
LighterEnd/src/main/resources/fabric.mod.json
Line 14 in 2be6251
Describe the solution you'd like
Fix the above lines on each of their respective branches to represent the versions they actually are compatible with
Describe alternatives you've considered
Do nothing 🙃
Additional context