Skip to content

Commit

Permalink
Remove invalid metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeDawn committed Jun 23, 2022
1 parent cec234a commit e735dda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "dev.sapphic"
version = "5.1.0"
version = "5.1.1"

java {
withSourcesJar()
Expand Down
4 changes: 0 additions & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"minecraft": ">=1.18.2",
"java": ">=17"
},
"suggests": {
"cloth-config": "*",
"modmenu": ""
},
"entrypoints": {
"client": [
"dev.sapphic.armorsoundtweak.ArmorSoundTweak"
Expand Down

0 comments on commit e735dda

Please sign in to comment.