Skip to content

Commit

Permalink
Support 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Jul 9, 2023
1 parent 0685599 commit 56ab83b
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 @@ -112,7 +112,7 @@ unifiedPublishing {
project {
displayName = "[Fabric $rootProject.supported_version] v$project.version"
releaseType = "release"
gameVersions = ["1.20"]
gameVersions = ["1.20", "1.20.1"]
gameLoaders = ["fabric"]

mainPublication remapJar
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ unifiedPublishing {
project {
displayName = "[Forge $rootProject.supported_version] v$project.version"
releaseType = "release"
gameVersions = ["1.20"]
gameVersions = ["1.20", "1.20.1"]
gameLoaders = ["forge"]

mainPublication remapJar
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

minecraft_version=1.20
supported_version=1.20
supported_version=1.20(.1)

archives_base_name=cloth-config
archives_base_name_snapshot=cloth-config-snapshot
Expand Down

0 comments on commit 56ab83b

Please sign in to comment.