Skip to content

Commit

Permalink
Bump version, mark 1.21.1 as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Aug 15, 2024
1 parent e07917e commit 7ef0400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ publishing {
}

// TODO: infer from fabric.mod.json?!
def supportedVersions = ["${project.minecraft_version}"]
def supportedVersions = ["${project.minecraft_version}", "1.21.1"]
def verName = "Indium ${project.mod_version} for Minecraft 1.21.x/Sodium ${project.sodium_version}"

// Check version is as expected
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.21
yarn_mappings=1.21+build.1
loader_version=0.15.11
# Mod Properties
mod_version=1.0.34
mod_version=1.0.35
maven_group=link.infra
archives_base_name=indium
# Dependencies
Expand Down

0 comments on commit 7ef0400

Please sign in to comment.