Skip to content

Commit

Permalink
bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wudji committed Jul 6, 2024
1 parent 37a0a57 commit da84279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dependencies {
modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
exclude(group: "net.fabricmc.fabric-api")
}
include "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}"

modImplementation "com.terraformersmc:modmenu:7.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
org.gradle.jvmargs=-Xmx1G

# Mod Properties
mod_version = 0.9.10-SNAPSHOT
mod_version = 1.2.0-fabric-1.20.1
maven_group = troy.autofish
archives_base_name = autofish
archives_base_name = xplus-autofish

# Fabric Properties
# check these on https://modmuss50.me/fabric.html or https://fabricmc.net/use
Expand Down

0 comments on commit da84279

Please sign in to comment.