From 9dfa68ea8b0843b2029a8188b8368d1d0f1a3ac6 Mon Sep 17 00:00:00 2001 From: Joren Verbaandert Date: Thu, 27 Aug 2026 22:35:29 +0200 Subject: [PATCH] Add 0.14 to bug report template, remove 0.12 --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1d275211..ad59c258 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -72,10 +72,10 @@ body: description: Please ensure your app is up to date. *If you are using a 3rd-party app, please reach out to them directly.* multiple: true options: + - 'Android App - 0.14.0' + - 'iOS App - 0.14.0' - 'Android App - 0.13.0' - 'iOS App - 0.13.0' - - 'Android App - 0.12.0' - - 'iOS App - 0.12.0' validations: required: true - type: dropdown