Skip to content

Commit

Permalink
bump version and config
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Aug 9, 2024
1 parent 97b9353 commit cc41a8c
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 @@ -27,8 +27,8 @@ dependencies {
modImplementation("net.fabricmc:fabric-loader:${project.loader_version}")

modImplementation("com.terraformersmc:modmenu:${project.mod_menu_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}")

Set<String> apiModules = [
"fabric-networking-api-v1",
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ org.gradle.jvmargs=-Xmx1G
minecraft_version=1.21.1
quilt_mappings=2
loader_version=0.15.11
kaleido_config_version=0.3.1+1.3.2

# mod properties
mod_version=1.3.3+mc1.21.1
mod_version=1.3.4+mc1.21.1
maven_group=rainglow
archives_base_name=rainglow

Expand Down

0 comments on commit cc41a8c

Please sign in to comment.