Skip to content

Commit

Permalink
Bump version, remove 1.20.2 as supported Minecraft version
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Jun 10, 2024
1 parent 8e5a2e6 commit 56c7930
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 = ["1.20.1", "1.20.2", "1.20.3", "${project.minecraft_version}"]
def supportedVersions = ["1.20.1", "1.20.3", "${project.minecraft_version}", "1.20.5", "1.20.6"]
def verName = "Indium ${project.mod_version} for Minecraft 1.20.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.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3
# Mod Properties
mod_version=1.0.30
mod_version=1.0.31
maven_group=link.infra
archives_base_name=indium
# Dependencies
Expand Down

0 comments on commit 56c7930

Please sign in to comment.