Skip to content

Commit

Permalink
Bump fabric.mod.json version (I forgot you need to do that in this ve…
Browse files Browse the repository at this point in the history
…rsion)
  • Loading branch information
NGSpace committed Dec 23, 2024
1 parent fc94d1d commit 7d20e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "hudder",
"version": "3.0.0",
"version": "3.0.1",
"name": "Hudder",
"description": "Add a highly customizable hud to your game!",
"authors": [
Expand All @@ -24,7 +24,7 @@
],
"depends": {
"fabricloader": ">=0.15.0",
"minecraft": "~1.20.1",
"minecraft": "1.20.1",
"java": ">=17",
"fabric-api": "*"
},
Expand Down

0 comments on commit 7d20e54

Please sign in to comment.