Skip to content

Commit d130794

Browse files
committed
Prepare for 1.20.3/4
1 parent f5f875e commit d130794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
description: Which server version version you using? If your server version is not listed, it is not supported. Update to a supported version first.
2828
multiple: false
2929
options:
30-
- '1.20.2'
30+
- '1.20.4'
3131
- '1.20'
3232
- '1.19.4'
3333
- '1.19.3'

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ tasks.getByName<Jar>("jar") {
225225
enabled = false
226226
}
227227

228-
val supportedVersions = listOf("1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20.1", "1.20.2")
228+
val supportedVersions = listOf("1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20.1", "1.20.4")
229229
tasks {
230230
register("cacheLatestFaweArtifact") {
231231
val lastSuccessfulBuildUrl = uri("https://ci.athion.net/job/FastAsyncWorldEdit/lastSuccessfulBuild/api/json").toURL()

0 commit comments

Comments
 (0)