From 508aab8f9c035f307bc28d2d724214bded257066 Mon Sep 17 00:00:00 2001 From: Timongcraft Date: Sat, 6 May 2023 20:16:58 +0200 Subject: [PATCH] Changed available version in issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7034bcf..c420745 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,10 +35,7 @@ body: label: Minecraft Version description: What version of minecraft are you using? options: - - 1.19.3 - - 1.19.2 - - 1.19.1 - - 1.19 + - 1.19.4 validations: required: true - type: dropdown @@ -47,8 +44,7 @@ body: label: Plugin Version description: What version of the plugin are you using? options: - - v1.2 - - v1.1 + - v1.3 validations: required: true - type: textarea