Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Jun 30, 2024
1 parent b228c87 commit 5c93103
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ dependencies {
includeProject("terrablender-bridge")
includeProject("geckolib-fabric-compat")
includeProject("modmenu-bridge")
includeProject("continuity-compat")
includeProject("amecs-api")
includeProject("forgeconfigapiport")
includeProject("extras-utils")
Expand Down Expand Up @@ -199,7 +198,6 @@ publishMods {
optional { slug.set("terrablender") }
optional { slug.set("architectury-api") }
optional { slug.set("geckolib") }
optional { slug.set("continuity") }
optional { slug.set("kubejs") }
optional { slug.set("jei") }
optional { slug.set("pehkui") }
Expand All @@ -216,7 +214,6 @@ publishMods {
optional { id.set("kkmrDlKT") } // TerraBlender
optional { id.set("lhGA9TYQ") } // Architectury API
optional { id.set("8BmcQJ2H") } // Geckolib
optional { id.set("1IjD5062") } // Continuity
optional { id.set("umyGl7zF") } // KubeJS
optional { id.set("u6dRKJwZ") } // JEI
optional { id.set("t5W7Jfwy") } // Pehkui
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fabric.loom.multiProjectOptimisation=true
# Versions
versionMc=1.20.1
versionForge=47.1.3
versionConnectorExtras=1.11.1
versionConnectorExtras=1.11.2
versionYarn=1.20.1+build.1

# Publishing
Expand Down
1 change: 0 additions & 1 deletion intermediary-deobf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ dependencies {
modImplementation(group = "software.bernie.geckolib", name = "geckolib-fabric-1.20.1", version = "4.2.2") {
isTransitive = false
}
modImplementation(group = "curse.maven", name = "continuity-531351", version = "4779473")
}

0 comments on commit 5c93103

Please sign in to comment.