Skip to content

Commit

Permalink
Update modrinth's list of supported versions (IntellectualSites#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Oct 4, 2023
1 parent 1100954 commit c6ba7a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,10 @@ body:
description: Which server version version you using? If your server version is not listed, it is not supported. Update to a supported version first.
multiple: false
options:
- '1.20'
- '1.20.2'
- '1.19.4'
- '1.19.3'
- '1.19.2'
- '1.19.1'
- '1.19'
- '1.18.2'
- '1.17.1'
- '1.16.5'
validations:
required: true

Expand Down
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ nexusPublishing {
}
}

val supportedVersions = listOf("1.16.5", "1.17.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1")
// Keep in sync with FAWE versions
val supportedVersions = listOf("1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.1", "1.20.2")

modrinth {
token.set(System.getenv("MODRINTH_TOKEN"))
Expand Down

0 comments on commit c6ba7a2

Please sign in to comment.