good first issuetech debt
Repository metrics
- Stars
- (8 stars)
- PR merge metrics
- (PR metrics pending)
Description
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: https://github.com/OpenBagTwo/LighterEnd/blob/7c41ac9409ab985924957470974fbfd26b5eb42a/src/main/resources/fabric.mod.json#L14
- 26.1 is still specified as being compatible with any version greater than "26.0": https://github.com/OpenBagTwo/LighterEnd/blob/fc03ec24de0cec9afae9062f553dc854c43b2c77/src/main/resources/fabric.mod.json#L14
- Most egregiously, the 26.2 build lists the exact same dependency! https://github.com/OpenBagTwo/LighterEnd/blob/2be62515ae175704da3c8cc324ba9609df2aa1cb/src/main/resources/fabric.mod.json#L14
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