Skip to content

Commit

Permalink
Fix bad Minecraft version range.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Oct 18, 2024
1 parent 4247210 commit 584e74c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@
- Added `TexturedBorder` for textured borders.
- Updated widget textures to match the new sprite system.
- Removed `ScissorManager` in favor of `GuiGraphics` scissor handling.

### 6.0.1

- Fixed bad Minecraft version range.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
And this to your `gradle.properties`:

```properties
spruceui_version=6.0.0+1.21.2
spruceui_version=6.0.1+1.21.2
```

It will JAR-in-JAR SpruceUI so users of your mod don't need to download it separately!
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yalmm_mappings=4
loader_version=0.16.7

# Mod Properties
mod_version=6.0.0+1.21.2
mod_version=6.0.1+1.21.2
maven_group=dev.lambdaurora
archives_base_name=spruceui

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 @@ -29,7 +29,7 @@
"fabric-lifecycle-events-v1": "*",
"fabric-rendering-v1": "*",
"fabric-resource-loader-v0": ">=0.4.7",
"minecraft": ">=1.21.2-rc1",
"minecraft": ">=1.21.2-rc.1",
"java": ">=21"
},
"custom": {
Expand Down

0 comments on commit 584e74c

Please sign in to comment.