Skip to content

Commit

Permalink
update config, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Aug 9, 2024
1 parent a7f23c7 commit 39ffb15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies {
modImplementation("net.fabricmc:fabric-loader:${project.loader_version}")
modImplementation("com.terraformersmc:modmenu:${project.modmenu_version}")

implementation("folk.sisby:kaleido-config:0.3.1+1.3.1")
include("folk.sisby:kaleido-config:0.3.1+1.3.1")
implementation("folk.sisby:kaleido-config:${project.kaleido_config_version}")
include("folk.sisby:kaleido-config:${project.kaleido_config_version}")

modRuntimeOnly("net.fabricmc.fabric-api:fabric-api:${project.fabric_version}")
}
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ quilt_mappings=2
loader_version=0.15.11
fabric_version=0.102.0+1.21.1
modmenu_version=11.0.1
kaleido_config_version=0.3.1+1.3.2

mod_version = 1.0.4+mc1.21.1
mod_version = 1.0.5+mc1.21.1
maven_group = io.ix0rai
archives_base_name = ramel

0 comments on commit 39ffb15

Please sign in to comment.