Skip to content

Commit

Permalink
update versions in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jab125 authored May 16, 2024
1 parent 4b7836e commit 6e746f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ unifiedPublishing {
displayName = "[Fabric $rootProject.supported_version] v$project.version"
releaseType = "$rootProject.artifact_type"
changelog = releaseChangelog()
gameVersions = []
gameVersions = ["1.20.6"]
gameLoaders = ["fabric"]
mainPublication renameJarForPublication
relations {
Expand Down
2 changes: 1 addition & 1 deletion minecraftforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ unifiedPublishing {
displayName = "[MinecraftForge $rootProject.supported_version] v$project.version"
releaseType = "$rootProject.artifact_type"
changelog = releaseChangelog()
gameVersions = ["1.20.4"]
gameVersions = ["1.20.6"]
gameLoaders = ["forge"]
mainPublication renameJarForPublication

Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ unifiedPublishing {
displayName = "[NeoForge $rootProject.supported_version] v$project.version"
releaseType = "$rootProject.artifact_type"
changelog = releaseChangelog()
gameVersions = ["1.20.5"]
gameVersions = ["1.20.6"]
gameLoaders = ["neoforge"]
mainPublication renameJarForPublication

Expand Down

0 comments on commit 6e746f5

Please sign in to comment.